-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 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
47
48
49
{
"name": "vank_api",
"version": "1.0.0",
"description": "Vank API",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vtumialan/vank_api.git"
},
"author": "Victor Tumialán Martínez",
"license": "ISC",
"bugs": {
"url": "https://github.com/vtumialan/vank_api/issues"
},
"homepage": "https://github.com/vtumialan/vank_api#readme",
"dependencies": {
"axios": "^0.25.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.1",
"boom": "^7.3.0",
"config": "^3.3.7",
"csv-parse": "^5.0.4",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"express-load": "^1.1.16",
"express-validator": "^6.14.0",
"fast-csv": "^4.3.6",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"node-cache": "^5.1.2",
"node-cron": "^3.0.0",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"request": "^2.88.2",
"sequelize": "^6.16.1",
"swagger-ui-express": "^4.3.0",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}