forked from cert-ee/s4a-detector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 856 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 856 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
{
"name": "s4a-detector",
"version": "0.2.285",
"description": "s4a",
"license": "MIT",
"private": true,
"scripts": {
"verup": "npm version patch --no-git-tag-version",
"testenv": "node_modules/pm2/bin/pm2 restart pm2.config.js",
"prodenv": "node_modules/pm2/bin/pm2 restart pm2.config.js"
},
"node_deb": {
"user": "s4a",
"group": "s4a",
"maintainer": "CERT.EE",
"dependencies": "mongodb-org, nodejs, yarn, pwgen, jq",
"description": "s4a detector",
"templates": {
"postinst": "deb-templates/postinst",
"postrm": "deb-templates/postrm",
"default_variables": "deb-templates/s4a-detector.defaults",
"systemd_service": "deb-templates/s4a-detector.service"
},
"entrypoints": {
"daemon": "node_modules/pm2/bin/pm2"
}
},
"dependencies": {
"pm2": "4.2.3"
}
}