-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
41
42
43
{
"name": "ciphora-server",
"version": "0.0.1",
"description": "Ciphora Server",
"main": "server.js",
"private": true,
"scripts": {
"dev": "./node_modules/.bin/gulp",
"preinstall": "if [ \"$NODE_ENV\" != \"development\" ] && [ -z \"$CI\" ]; then npm install pm2 -g && pm2 install pm2-logrotate; fi",
"start": "pm2 start --attach process.yml && pm2 logs all",
"test": "echo TODO"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HR/ciphora-server.git"
},
"author": {
"name": "Habib Rehman",
"email": "h@rehman.email",
"url": "github.com/HR"
},
"bugs": {
"url": "https://github.com/HR/ciphora-server/issues"
},
"dependencies": {
"ajv": "^7.1.1",
"openpgp": "^4.10.10",
"ws": "^7.4.3"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-env": "^0.4.0",
"gulp-nodemon": "^2.5.0",
"nodemon": "^2.0.7"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.4"
},
"peerDependencies": {
"ajv-formats": "^1.5.1"
}
}