This repository was archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.93 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.93 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "algeria-api",
"version": "1.0.0",
"description": "The API for DZ 🇩🇿",
"repository": {
"url": "https://github.com/Fcmam5/algeria-api"
},
"main": "server/app.js",
"scripts": {
"test": "jest",
"docker:prod": "docker-compose -f deployment/docker-compose.yml up --build",
"server:docker": "node bin/www",
"server:dev": "nodemon --config nodemon-server.json ./server/bin/www | bunyan",
"server:test": "jest",
"server:test.watch": "jest --watchAll",
"server:coverage": "jest --coverage --collectCoverageFrom='server/**/*.js'",
"snyk-protect": "snyk protect",
"prepublishOnly": "npm run snyk-protect",
"lint": "eslint server",
"flush-db": "node server/flush-db/index.js",
"prepare": "yarn run snyk-protect"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@stryker-mutator/core": "2.3.0",
"@stryker-mutator/javascript-mutator": "2.3.0",
"@stryker-mutator/jest-runner": "2.3.0",
"@types/jest": "24.0.23",
"eslint": "5.16.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jest": "23.8.1",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-sonarjs": "0.5.0",
"jest": "25.1.0",
"node-notifier-cli": "1.1.2",
"nodemon": "1.19.0",
"prettier": "1.19.1",
"supertest": "4.0.2"
},
"dependencies": {
"@godaddy/terminus": "4.2.1",
"@hapi/boom": "8.0.1",
"@hapi/joi": "16.1.7",
"bcrypt": "5.0.0",
"body-parser": "1.19.0",
"bunyan": "1.8.13",
"cors": "2.8.5",
"debug": "4.1.1",
"dotenv": "8.0.0",
"express": "4.17.0",
"helmet": "3.21.1",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.20",
"mongoose": "5.7.5",
"snyk": "^1.316.2",
"xmlify": "1.1.0"
},
"snyk": true,
"optionalDependencies": {}
}