forked from Phoscur/oryx-macro-hax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 891 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "ergodox-macro-hax",
"version": "1.0.0",
"description": "",
"scripts": {
"format": "tsfmt -r",
"hax": "ts-node my-illicit-macros.ts",
"start": "ts-node my-macros.ts",
"get": "ts-node oryx-downloader.ts",
"copy": "cpy ./layouty_src/**/keymap.c ./layout_src/**/config.h ./layout_src/**/rules.mk ../keymaps/neo"
},
"author": "gittyeric",
"license": "ISC",
"dependencies": {
"@types/es6-promise": "^3.3.0",
"@types/jquery": "^3.5.0",
"@types/node": "^10.17.35",
"@types/prompts": "^1.2.0",
"axios": "^0.24.0",
"cpy-cli": "^3.1.1",
"parse-fraction": "^1.2.1",
"pluralize": "^7.0.0",
"prompts": "^2.3.2",
"ts-node": "^7.0.1",
"typescript": "^3.9.5",
"typescript-formatter": "^7.2.2",
"typings": "^2.1.1",
"unzipper": "^0.10.11"
},
"devDependencies": {
"@types/unzipper": "^0.10.5"
}
}