-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 868 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
{
"name": "mygarden-back",
"version": "0.0.1",
"repository": "https://github.com/save-v/mygarden-back.git",
"description": "snn",
"main": "server.js",
"scripts": {
"lint": "eslint --ext .js .",
"test": "echo \"No test specified\" && exit 0",
"dev": "nodemon ./server"
},
"keywords": [
"Nodejs",
"Express",
"JWT",
"Sequelize",
"MySQL",
"Authentication"
],
"author": "snn",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.16.3",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.3.0",
"mysql2": "^1.6.1",
"path": "^0.12.7",
"sequelize": "^4.44.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1"
}
}