-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.69 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "kaikideishubot",
"version": "6.1.22",
"main": "./dist/index.js",
"scripts": {
"start": "node dist/index.js --color",
"build": "rm -rf dist/ && npx prisma migrate deploy && npx prisma generate && tsc -p tsconfig.json",
"version": "auto-changelog -p -u -o CHANGELOG.md -t keepachangelog && git add CHANGELOG.md",
"watch": "tsc -p tsconfig.json -w",
"dev": "npm run watch & npm run start",
"lint": "eslint ."
},
"keywords": [
"Community",
"Customizable",
"Discord",
"Typescript",
"Prisma",
"MySQL",
"Multipurpose",
"Docker"
],
"author": "Cata <[email protected]>",
"license": "MIT",
"dependencies": {
"@prisma/client": "^5.20.0",
"@sapphire/decorators": "^6.1.0",
"@sapphire/framework": "^5.2.1",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-subcommands": "^7.0.0",
"@sapphire/shapeshift": "^4.0.0",
"bufferutil": "^4.0.8",
"discord-js-button-pagination-ts": "^4.2.1",
"discord.js": "^14.16.2",
"discordbotlist-djs": "^0.0.4",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"mysql2": "^3.11.3",
"node-gyp": "^10.2.0",
"prisma": "^5.20.0",
"sharp": "^0.33.5",
"source-map-support": "^0.5.21",
"utf-8-validate": "^6.0.4",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"auto-changelog": "^2.5.0",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"typescript": "~5.4.5"
},
"description": "Discord bot built with Sapphire, Prisma and MySQL2",
"repository": {
"type": "git",
"url": "https://github.com/cataclym/KaikiBot.git"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
}