-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.21 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
{
"name": "zandbak-service",
"version": "3.4.0",
"description": "ZaaS - zandbak as a service",
"main": "app/zandbak-service.js",
"scripts": {
"start": "cross-env ELECTRON_ENABLE_LOGGING=1 node ./app/zandbak-service.js --logLevel=all",
"debug": "cross-env ELECTRON_ENABLE_LOGGING=1 node --inspect-brk ./app/zandbak-service.js --logLevel=all",
"start:container": "node ./app/zandbak-service.js",
"debug:container": "node --inspect-brk ./app/zandbak-service.js",
"start-test-server": "node ./testers/ws-server.js",
"lint": "eslint ./app",
"precommit": "lint-staged"
},
"repository": {
"url": "[email protected]:21-23/zandbak-service.git",
"type": "git"
},
"author": "21-23",
"license": "LGPL-3.0",
"private": true,
"dependencies": {
"message-factory": "github:21-23/message-factory#v6.2.1",
"nconf": "^0.8.4",
"phoenix": "github:21-23/phoenix#v2.4.0",
"steno": "21-23/steno#v1.0.0",
"uws": "0.14.1",
"zandbak": "github:21-23/zandbak#v4.4.0"
},
"devDependencies": {
"cross-env": "^4.0.0",
"eslint": "^3.13.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"husky": "^0.12.0",
"lint-staged": "^3.2.7"
}
}