-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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": "fenrir-wizeline",
"version": "1.0.0",
"description": "Backend",
"main": "server.js",
"scripts": {
"start": "node server.js",
"start:dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"Error: no build specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solishiguera/fenrir-wizeline.git"
},
"author": "Ana Lucía Vea Téllez, Diego Solis Higuera, Joaquín Arturo Beltrán López",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.20.0"
},
"engines": {
"node": "14.15.5"
},
"bugs": {
"url": "https://github.com/solishiguera/fenrir-wizeline/issues"
},
"homepage": "https://github.com/solishiguera/fenrir-wizeline#readme",
"devDependencies": {
"jest": "^28.1.0"
}
}