-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
38 lines (38 loc) · 1 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
{
"name": "zeldafan_discord_bot",
"version": "3.4.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"deploy": "node cleanup.js && npm i && npx tsc -p . && node .",
"update": "node cleanup.js && npm update && npx tsc -p . && node .",
"generate-key": "npx tsc -p . && node dist/generate_salt.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZeldaFan0225/AI_Horde_Discord.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZeldaFan0225/AI_Horde_Discord/issues"
},
"homepage": "https://github.com/ZeldaFan0225/AI_Horde_Discord#readme",
"dependencies": {
"@thunder04/supermap": "^3.0.2",
"@zeldafan0225/ai_horde": "^5.1.0",
"centra": "^2.5.0",
"discord.js": "^14.14.1",
"pg": "^8.8.0",
"webp-converter": "^2.3.3"
},
"devDependencies": {
"@types/centra": "^2.2.0",
"@types/pg": "^8.11.5",
"typescript": "^5.1.3"
},
"engineStrict": true,
"engines": {
"node": ">=18.0.0"
}
}