-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 925 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
32
33
{
"dependencies": {
"@discordjs/builders": "^1.4.0",
"@discordjs/rest": "^1.5.0",
"@twurple/api": "^6.0.9",
"@twurple/auth": "^6.0.9",
"@twurple/eventsub-ws": "^6.0.9",
"@octokit/rest": "^19.0.7",
"@types/node": "^18.13.0",
"dayjs": "^1.11.7",
"discord-api-types": "^0.37.33",
"discord.js": "^14.7.1",
"dotenv": "^16.0.0",
"nodemon": "^2.0.15",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"name": "sencha-discord-bot",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"deploy-cmds": "ts-node ./scripts/deploy-commands.ts",
"start": "node ./build/index.js",
"dev": "nodemon index.ts",
"build": "tsc",
"start:ts": "ts-node index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"description": "open-source discordjs bot"
}