-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) Β· 1.47 KB
/
package.json
File metadata and controls
52 lines (52 loc) Β· 1.47 KB
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
51
52
{
"name": "bestway",
"version": "1.0.0",
"description": "Bestway",
"main": "app.js",
"scripts": {
"start": "forever app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/zinirun/Bestway.git"
},
"author": "zinirun",
"license": "ISC",
"bugs": {
"url": "https://github.com/zinirun/Bestway/issues"
},
"homepage": "https://github.com/zinirun/Bestway#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"csv-writer": "^1.6.0",
"ejs": "^3.0.2",
"errorhandler": "^1.5.1",
"expo-server-sdk": "^3.5.0",
"express": "^4.17.1",
"express-error-handler": "^1.1.0",
"express-session": "^1.17.1",
"fcm-push": "^1.1.3",
"firebase": "^7.14.5",
"firebase-admin": "^8.12.1",
"firebase-functions": "^3.6.1",
"forever": "^3.0.0",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"path": "^0.12.7",
"push-fcm-plugin": "0.0.2",
"push.js": "^1.0.12",
"request": "^2.88.2",
"serve-static": "^1.14.1",
"socket.io": "^2.3.0",
"url": "^0.11.0",
"zip-local": "^0.3.4"
}
}