-
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": "nade404bot",
"version": "1.0.0",
"description": "Discord bot for Nade404 retake server",
"main": "index.ts",
"scripts": {
"deploy": "ts-node deploy-commands.ts",
"start": "ts-node index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/b4cktr4ck5r3/nade404bot.git"
},
"author": "backtrack5r3",
"license": "ISC",
"bugs": {
"url": "https://github.com/b4cktr4ck5r3/nade404bot/issues"
},
"homepage": "https://github.com/b4cktr4ck5r3/nade404bot#readme",
"devDependencies": {
"@types/steamid": "^2.0.0",
"eslint": "^8.0.1",
"prisma": "^3.5.0",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
},
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@prisma/client": "^3.5.0",
"@types/mongoose": "^5.11.97",
"@types/mysql": "^2.15.19",
"axios": "^0.23.0",
"discord-api-types": "^0.23.1",
"discord.js": "^13.2.0",
"moment": "^2.29.1",
"mongoose": "^6.0.11",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"steamid": "^2.0.0"
}
}