-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
39
{
"name": "cabot",
"version": "6.0.0",
"description": "Cabot: A Discord bot offering divination tools, occult knowledge, and spiritual guidance—open-source and community-driven.",
"license": "AGPL-3.0-only",
"author": "Cabot-bot, Witchie",
"type": "commonjs",
"main": "src/shard.ts",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc && tsc-alias",
"start": "ts-node src/cabot.ts",
"dist": "node dist/src/cabot.js",
"watch": "tsc --watch"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^22.10.3",
"@types/ws": "^8.5.13",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.2"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.59",
"@types/node-cron": "^3.0.11"
382F
;,
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.7",
"i18next": "^23.16.4",
"mysql2": "^3.12.0",
"node-cron": "^3.0.3",
"sharp": "^0.33.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}