forked from ChungKang-Dev/ck-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "ck-helper",
"version": "1.0.0",
"description": "discord bot for ck gameschool projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node src/index.ts",
"start": "pm2 start dist/index.js --name ckhelper --env production",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damie824/ck-helper.git"
},
"keywords": [
"discord",
"discord.js",
"typescript"
],
"author": "Damie Lab <admin@damie.works> (https://damie.works/profile/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/damie824/ck-helper/issues"
},
"homepage": "https://github.com/damie824/ck-helper#readme",
"dependencies": {
"@discordjs/rest": "^2.4.0",
"@types/node": "^22.9.0",
"consola": "^3.2.3",
"discord-api-types": "^0.37.104",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"reflect-metadata": "^0.2.2",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/ws": "^8.5.13",
"pm2": "^5.4.3",
"ts-node": "^10.9.2"
}
}