-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.05 KB
/
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
{
"name": "@cacherapp/run-server",
"version": "1.0.5",
"description": "Run WebSocket requests as Bash commands.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Penguin Labs, LLC",
"license": "MIT",
"scripts": {
"start": "npm run build && node scripts/start.js",
"build": "bash build.sh",
"lint": "tslint --project ."
},
"engines": {
"node": ">=8.0.0"
},
"homepage": "https://github.com/cacherapp/cacher-run-server",
"bugs": "https://github.com/cacherapp/cacher-run-server/issues",
"devDependencies": {
"tslint": "^5.11.0"
},
"dependencies": {
"@types/express": "^4.16.0",
"@types/lodash": "^4.14.117",
"@types/node": "^10.12.0",
"@types/socket.io": "^1.4.38",
"chalk": "^2.4.1",
"express": "^4.16.4",
"get-port": "^4.0.0",
"js-object-pretty-print": "^0.3.0",
"lodash": "^4.17.11",
"nanoid": "^1.3.1",
"opn": "^5.4.0",
"shelljs": "^0.8.2",
"socket.io": "^2.1.1",
"spawn-default-shell": "^2.0.0",
"tslib": "^1.9.3",
"winston": "^3.1.0"
}
}