-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 998 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 998 Bytes
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": "express-mysql-auth-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www --exec babel-node --presets babel-preset-env",
"watch": "DEBUG=nodeapi:* & npm start"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-session": "^1.17.1",
"hbs": "^4.1.1",
"http-errors": "~1.6.3",
"lodash": "^4.17.15",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-cookie": "^1.0.8",
"passport-local": "^1.0.0",
"sequelize": "^6.3.0"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0"
},
"description": "express mysql auth api",
"main": "app.js",
"author": "",
"license": "ISC"
}