-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
43
44
45
{
"name": "express-starter",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=production node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srobbin01/express-starter"
},
"keywords": [
"express",
"starter",
"first-project",
"expressjs",
"starter-kit"
],
"author": "srobbin01",
"license": "ISC",
"bugs": {
"url": "https://github.com/srobbin01/express-starter/issues"
},
"homepage": "https://github.com/srobbin01/express-starter#readme",
"dependencies": {
"aws-sdk": "^2.1374.0",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-async-handler": "^1.2.0",
"express-fileupload": "^1.4.0",
"helmet": "^6.0.0",
"jwt-simple": "^0.5.6",
"lodash": "^4.17.21",
"mongoose": "^6.5.4",
"morgan": "^1.10.0",
"node-schedule": "^2.1.0",
"nodemon": "^2.0.19",
"sha256": "^0.2.0"
}
}