-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 823 Bytes
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": "clustd",
"version": "0.0.1",
"description": "Cluster daemon and control service",
"repository": "https://github.com/steemdunk/clustd",
"main": "out/index.js",
"scripts": {
"start": "node out/index.js",
"build": "gulp build"
},
"author": "Samuel Grenier",
"license": "MIT",
"dependencies": {
"clustd-lib": "git+https://github.com/steemdunk/clustd-lib.git#ea28dc9",
"debug": "^3.1.0",
"js-yaml": "^3.10.0",
"ws": "^4.1.0"
},
"devDependencies": {
"@types/debug": "0.0.30",
"@types/node": "^9.4.6",
"@types/ws": "^4.0.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^4.0.1",
"typescript": "^2.7.2"
},
"optionalDependencies": {
"bufferutil": "^3.0.3",
"utf-8-validate": "^4.0.0"
}
}