-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 925 Bytes
/
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
{
"name": "tmdbs-api-nodejs",
"version": "0.0.1",
"private": false,
"main": "app.js",
"scripts": {
"start": "node bin/start",
"test": "snyk test && node_modules/.bin/istanbul test ./node_modules/mocha/bin/_mocha -- specs -R spec --recursive --timeout 1000",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"body-parser": "~1.13.2",
"bunyan": "^1.8.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "^4.14.0",
"forever-monitor": "^1.7.0",
"helmet": "^1.1.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"morgan": "^1.6.1",
"moviedb": "^0.2.2",
"nconf": "^0.8.4",
"nock": "^7.0.2",
"path": "^0.12.7",
"request": "^2.69.0",
"serve-favicon": "~2.3.0",
"should": "^8.2.2",
"snyk": "^1.14.2",
"supertest": "^2.0.0"
},
"engines": {
"node": "6.x"
},
"snyk": true
}