-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1019 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
34
35
36
37
38
39
40
{
"dependencies": {
"@types/jest": "^21.1.10",
"@types/node": "^12.12.38",
"@types/pegjs": "^0.10.1",
"@types/shell-quote": "^1.6.1",
"binary-split": "^1.0.5",
"bluebird": "^3.7.2",
"bunyan": "^1.8.12",
"chalk": "^2.4.2",
"chokidar": "^1.7.0",
"docopt": "^0.6.2",
"eslint-plugin-jest": "^21.27.2",
"expand-home-dir": "0.0.3",
"i3": "^0.2.1",
"invariant": "^2.2.4",
"jest": "^26.0.1",
"lodash.debounce": "^4.0.8",
"nodemon": "^1.19.4",
"pegjs": "^0.10.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"robotjs": "git://github.com/octalmage/robotjs.git#c9cbd98ec47378dfae62871f0f2830782322b06d",
"shell-escape": "^0.2.0",
"shell-quote": "^1.7.2",
"terminal-kit": "^1.35.2",
"typescript": "^3.8.3"
},
"scripts": {
"test": "jest",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./"
},
"nodemonConfig": {
"ext": "ts,pegjs,pegvoice"
},
"devDependencies": {
"ts-node": "^8.10.1"
}
}