-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.67 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.67 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
67
68
{
"name": "Rocket-Agency-Api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"jest": {
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"reporters": [
"default",
"jest-junit"
]
},
"scripts": {
"test": "jest --ci --reporters=default --reporters=jest-junit --detectOpenHandles --testTimeout=10000",
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"auto-git-pull": "^1.2.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"express-generator": "^4.16.1",
"express-handlebars": "^3.1.0",
"express-winston": "^4.0.3",
"faker": "^4.1.0",
"generate-password": "^1.5.1",
"jest": "^25.4.0",
"jest-junit": "^10.0.0",
"jsonwebtoken": "^8.5.1",
"mariadb": "^2.3.1",
"mkdirp": "^1.0.4",
"mocha": "^7.2.0",
"mongoose": "^5.9.6",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"nodemailer": "^6.4.6",
"nodemon": "^2.0.2",
"npx": "^10.2.2",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"sequelize": "^5.21.5",
"sequelize-auto": "^0.4.29",
"sequelize-automate": "^1.2.0",
"should": "^13.2.3",
"sinon": "^9.0.2",
"stripe": "^8.56.0",
"supertest": "^4.0.2",
"swagger-jsdoc": "^3.7.0",
"swagger-ui": "^3.25.0",
"swagger-ui-dist": "^3.25.0",
"swagger-ui-express": "^4.1.4",
"to-integer": "^1.0.1",
"winston": "^3.2.1",
"yamljs": "^0.3.0"
}
}