-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
50 lines (50 loc) · 1.11 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": "v8-engine",
"version": "1.0.0",
"description": "V8 Engine - Express Based Framework",
"main": "bin/www",
"scripts": {
"test": "mocha --exit",
"start": "nodemon bin/www",
"deploy": "deploy.bat"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Shubham Singh Chahar",
"license": "ISC",
"homepage": "",
"dependencies": {
"aws-sdk": "^2.783.0",
"bcrypt": "^5.0.0",
"cors": "^2.8.5",
"csv-parser": "^2.3.3",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"firebase-admin": "^9.2.0",
"jsonwebtoken": "^8.5.1",
"md5": "^2.3.0",
"moment": "^2.29.0",
"mongodb": "^3.6.0",
"mongoose": "^5.10.0",
"morgan": "^1.10.0",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.11",
"twilio": "^3.49.4",
"uuid": "^8.3.1",
"validatorjs": "^3.19.0",
"web-push": "^3.4.4"
},
"devDependencies": {
"chalk": "^4.1.0",
"cli-table3": "^0.6.0",
"enquirer": "^2.3.6",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"nodemon": "^2.0.6",
"mocha": "^8.1.3"
}
}