-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) ยท 1.04 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
{
"name": "kirino",
"version": "0.0.0",
"type": "module",
"description": "",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js",
"build": "swc src -d dist --strip-leading-paths",
"build:watch": "swc src -d dist -w --strip-leading-paths"
},
"keywords": [],
"author": "Abiria",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.19.1",
"@sapphire/decorators": "^6.1.0",
"@sapphire/discord.js-utilities": "^7.3.0",
"@sapphire/framework": "^5.2.1",
"discord.js": "^14.15.3"
},
"devDependencies": {
"@sapphire/cli": "^1.9.3",
"@sapphire/pieces": "^4.3.1",
"@sapphire/plugin-hmr": "^3.0.1",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.22",
"@types/node": "^22.5.2",
"chokidar": "^3.6.0",
"dotenv": "^16.4.5",
"prisma": "^5.19.1",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}