-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 975 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
38
39
40
{
"name": "aconcagua-backend",
"version": "1.0.1",
"description": "Earn time with this powerful, scalable and easy to config boilerplate.",
"author": "gabodmc",
"license": "MIT",
"homepage": "https://github.com/gabodmc/nodejs-boilerplate#readme",
"repository": {
"type": "git",
"url": "https://github.com/gabodmc/nodejs-boilerplate"
},
"scripts": {
"start": "node app.js",
"test": "mocha ./test/*.js"
},
"engines": {
"node": ">=0.14"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-validator": "^6.13.0",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"mysql2": "^2.3.3",
"nodemon": "^2.0.15",
"sequelize": "^6.19.0",
"sequelize-cli": "6.2.0"
},
"devDependencies": {
"chai": "^4.3.4",
"jest": "27.0.6",
"mocha": "^9.1.3",
"prettier": "2.3.2",
"supertest": "^6.1.6"
}
}