-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 904 Bytes
/
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
{
"name": "com.drnoob.datamonitor.web",
"version": "1.1.0",
"description": "Web utilities for Data Monitor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsdrnoob/DataMonitorWeb.git"
},
"author": "itsdrnoob",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/itsdrnoob/DataMonitorWeb/issues"
},
"homepage": "https://github.com/itsdrnoob/DataMonitorWeb",
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"firebase-admin": "^11.7.0",
"google-play-billing-validator": "^2.1.3",
"lru-cache": "^8.0.0",
"multer": "^1.4.5-lts.1",
"node-ipinfo": "^3.4.0",
"request-ip": "^3.3.0",
"uuid-v4": "^0.1.0"
}
}