-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "starter-crud-auth-api-express",
"version": "1.0.0",
"engines": {
"node": "14.x"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js --ignore public/",
"production": "NODE_ENV=production",
"setup": "node ./setup/setup.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-mongo": "^4.4.0",
"dotenv": "4.0.0",
"es6-promisify": "5.0.0",
"express": "4.17.1",
"express-session": "^1.17.1",
"glob": "7.1.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.10",
"mongoose-autopopulate": "^0.14.0"
},
"devDependencies": {
"nodemon": "^1.19.2"
},
"description": "Just you wait folks!",
"main": "app.js",
"keywords": [],
"author": "Salah Eddine Lalami",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/idurar/starter-antd-admin-crud-auth-mern.git"
},
"bugs": {
"url": "https://github.com/idurar/starter-antd-admin-crud-auth-mern/issues"
},
"homepage": "https://github.com/idurar/starter-antd-admin-crud-auth-mern#readme"
}