forked from EVNotify/EVNotifyBackend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "evnotifybackend",
"version": "1.0.0",
"description": "backend for evnotify",
"main": "server.js",
"dependencies": {
"@paypal/checkout-server-sdk": "^1.0.1",
"bcrypt": "3.0.4",
"body-parser": "1.18.3",
"chai": "4.2.0",
"chai-http": "4.3.0",
"cors": "2.8.5",
"excel4node": "1.7.0",
"express": "4.17.1",
"express-session": "1.16.2",
"firebase-admin": "8.4.0",
"mocha": "6.0.0",
"moesif-express": "2.9.7",
"mysql": "2.17.0",
"node-telegram-bot-api": "0.30.0",
"nodemailer": "5.1.1",
"npm": "6.10.2",
"password-hash": "1.2.2",
"qrcode": "^1.3.2",
"request": "2.88.0",
"rollbar": "2.12.2",
"rookout": "^0.1.69",
"stringinject": "2.1.1"
},
"devDependencies": {},
"scripts": {
"pretest": "npm run createEnv",
"test": "mocha tests/*",
"start": "node server.js",
"createEnv": "/bin/bash createEnv.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EVNotify/EVNotifyBackend.git"
},
"author": "GPlay97",
"license": "ISC",
"bugs": {
"url": "https://github.com/EVNotify/EVNotifyBackend/issues"
},
"homepage": "https://github.com/EVNotify/EVNotifyBackend#readme"
}