-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 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
{
"name": "fake-api",
"version": "1.0.0",
"description": "it's a middleman between main api and frontend react ",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test jest --forceExit --detectOpenHandles",
"test2": " jest --forceExit --detectOpenHandles",
"watch": "NODE_ENV=test jest --forceExit --watch --detectOpenHandles",
"dev": "nodemon server.js",
"lint": "standard",
"code-fix": "standard --fix",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "",
"license": "MIT",
"dependencies": {
"@groceristar/f-loopback": "^0.0.2",
"@groceristar/f-showcase": "^0.0.2",
"@groceristar/fetch-grocery-list": "^0.1.4",
"@groceristar/groceristar-fetch": "^2.2.7",
"@groceristar/mini-fetch": "^0.1.16",
"@groceristar/recipes-methods": "^0.1.4",
"body-parser": "^1.19.0",
"express": "^4.16.4",
"fs": "^0.0.2",
"jest": "^25.0.0",
"mongodb": "^4.0.0",
"nodemon": "^2.0.0",
"path": "^0.12.7",
"snyk": "^1.248.0",
"supertest": "^4.0.2"
},
"devDependencies": {
"@groceristar/sd-wrapper": "4.15.2",
"standard": "16.0.4"
},
"snyk": true
}