-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 784 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 784 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
34
35
{
"name": "phantom-workers",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "pm2-runtime start index.js -i 1",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitcare-io/phantom-workers.git"
},
"author": "perzanko",
"license": "ISC",
"bugs": {
"url": "https://github.com/gitcare-io/phantom-workers/issues"
},
"engines": {
"node": "10.x"
},
"homepage": "https://github.com/gitcare-io/phantom-workers#readme",
"dependencies": {
"bunyan": "^1.8.12",
"config": "^3.0.1",
"express": "^4.16.4",
"node-cron": "^2.0.3",
"pm2": "^3.4.1",
"puppeteer": "^1.14.0",
"randomstring": "^1.1.5"
},
"devDependencies": {
"jest": "^24.7.1"
}
}