forked from ZeldaFan0225/AI_Horde_Discord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 839 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
{
"name": "zeldafan_discord_bot",
"version": "2.4.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"clean": "npm clean-install",
"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/SlayerTO/Stable_Horde_Discord.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@thunder04/supermap": "^3.0.2",
"@zeldafan0225/ai_horde": "^3.0.2",
"centra": "^2.5.0",
"discord.js": "^14.6.0",
"mariadb": "^3.1.0",
"webp-converter": "^2.3.3"
},
"devDependencies": {
"@types/centra": "^2.2.0",
"@types/pg": "^8.6.5",
"typescript": "^4.8.4"
}
}