-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 925 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 925 Bytes
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
{
"name": "pitweb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index",
"addkey": "node microTools/addApiKey.js",
"indexer": "node indexer/index.js",
"imageapi": "node imageApi/index.js",
"bot": "nodemon bot/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"canvas": "^2.8.0",
"cors": "^2.8.5",
"discord.js": "^12.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-http-proxy": "^1.6.2",
"express-ws": "^4.0.0",
"fs": "0.0.1-security",
"moment": "^2.24.0",
"mongoose": "^8.15.0",
"nbt": "^0.8.1",
"node-fetch": "^2.6.1",
"pako": "^1.0.10",
"redis": "^3.1.2",
"request": "^2.88.0",
"rss-parser": "^3.7.6",
"uuid-with-v6": "^1.1.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"optionalDependencies": {
"chart.js-image": "^5.6.0"
}
}