-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
50
{
"name": "Assignment_6_Amazon_FSD",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"proxy": "http://localhost:3000",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@paypal/checkout-server-sdk": "^1.0.2",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"dotenv-webpack": "^5.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-handlebars": "^5.1.0",
"express-mysql-session": "^2.1.4",
"express-session": "^1.17.1",
"faker": "^5.1.0",
"live-server": "^1.2.1",
"mammoth": "^1.4.14",
"mysql2": "^2.2.5",
"node-fetch": "^2.6.1",
"node-forge": "^0.10.0",
"nodemailer": "^6.4.14",
"passport": "^0.4.1",
"reload": "^3.1.1",
"request-ip": "^2.1.3",
"telesignsdk": "^2.2.1",
"uuid": "^8.3.1"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DNoel26/Cyberdise-Dynamic-.git"
},
"bugs": {
"url": "https://github.com/DNoel26/Cyberdise-Dynamic-/issues"
},
"homepage": "https://github.com/DNoel26/Cyberdise-Dynamic-#readme",
"description": ""
}