-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 951 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
{
"name": "la-vie",
"version": "1.0.0",
"description": "<p align=\"center\"><img alt=\"la-vie\" height=\"70\" src=\"./docs/logo.png\"></p>",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carloshenriquesodreee/la-vie.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/carloshenriquesodreee/la-vie/issues"
},
"homepage": "https://github.com/carloshenriquesodreee/la-vie#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"express": "^4.18.1",
"express-jwt": "^7.7.5",
"express-validation": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"mysql2": "^2.3.3",
"nodemon": "^2.0.19",
"sequelize": "^6.21.6"
},
"devDependencies": {}
}