-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "rockshop-server",
"version": "0.1.0",
"description": "",
"scripts": {
"start": "node bin/www",
"dev": "nodemon bin/www",
"commit": "git-cz",
"test": "node ./tests/server.test.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/Marco-Gautier/rockshop-server.git"
},
"author": "marco.gautier",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/Marco-Gautier/rockshop-server/issues"
},
"homepage": "https://gitlab.com/Marco-Gautier/rockshop-server#readme",
"devDependencies": {
"commitizen": "^3.1.2",
"conventional-changelog-cli": "^2.0.31",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.16.0",
"nodemon": "^1.19.4",
"superagent": "^5.2.2",
"tape": "^4.13.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"mongoose": "^5.9.7",
"nconf": "^0.10.0",
"winston": "^3.2.1",
"snyk": "^1.305.0"
},
"snyk": true
}