-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 761 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 761 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
{
"name": "gud-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@replit/database": "^2.0.1",
"akaneko": "^5.2.2",
"aoi.js": "^4.5.0",
"axios": "^0.22.0",
"canvas": "^2.8.0",
"canvas-constructor": "^5.0.1",
"chalk": "^4.1.2",
"discord-image-generation": "^1.4.9",
"discord.js": "^13.2.0",
"express": "^4.17.1",
"express-status-monitor": "^1.3.3",
"fs": "^0.0.1-security",
"gud-wrapper": "^1.0.0",
"is-url": "^1.2.4",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.1",
"quick.db": "^7.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}