-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "new-mcbe-realm-hub-bot",
"version": "1.0.0",
"description": "Rewrite of MCBE Realm Hub Discord bot",
"main": "src/index.ts",
"engines": {
"node": "16.7.0"
},
"scripts": {
"start": "npx ts-node .",
"build": "tsc -p tsconfig.json",
"watch": "tsc -p tsconfig.json -w",
"dev": "ts-node-dev --respawn --transpile-only --poll ./src/index.ts",
"register": "ts-node ./scripts/register.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bulkmrslasher/discordbot.git"
},
"author": "notbeer#9204",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bulkmrslasher/discordbot/issues"
},
"homepage": "https://github.com/Bulkmrslasher/discordbot#readme",
"dependencies": {
"@discordjs/rest": "^0.2.0-canary.0",
"@xboxreplay/xboxlive-auth": "^4.0.0",
"axios": "^0.24.0",
"bad-words": "^3.0.4",
"chalk": "^2.4.2",
"discord.js": "^13.6.0",
"dotenv": "^12.0.3",
"json-obfuscator": "^2.0.2",
"moment": "^2.29.1",
"mongoose": "^6.2.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/bad-words": "^3.0.1",
"@types/uuid": "^8.3.4",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.4"
}
}