-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
46
47
48
49
{
"name": "dizney-plus",
"version": "1.0.0",
"description": "1. #### Hosting on Heroku",
"main": "app.js",
"scripts": {
"start": "per-env",
"start:development": "nodemon -r dotenv/config ./bin/www",
"start:production": "./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/COrtaDev/Dizney-Plus.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/COrtaDev/Dizney-Plus/issues"
},
"homepage": "https://github.com/COrtaDev/Dizney-Plus#readme",
"dependencies": {
"aws-sdk": "^2.714.2",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"csv-parse": "^4.10.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"express-session": "^1.17.1",
"express-validator": "^6.6.0",
"fetch": "^1.1.0",
"fs": "0.0.1-security",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"per-env": "^1.0.2",
"pg": "^8.3.0",
"pug": "^3.0.2",
"sequelize": "^5.22.3"
},
"devDependencies": {
"dotenv-cli": "^3.2.0",
"nodemon": "^2.0.4",
"sequelize-cli": "^5.0.0"
}
}