-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 671 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 671 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
{
"name": "wabot",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "pm2-runtime start ecosystem.config.js --env production",
"dev": "nodemon server.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "vivek",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.4",
"fs": "0.0.1-security",
"github-search-repos": "^3.0.0",
"google": "^2.1.0",
"image-scraper": "^0.2.1",
"pm2": "^3.2.2",
"yt-search": "^0.2.0",
"snyk": "^1.231.1"
},
"snyk": true
}