-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 973 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
34
35
36
{
"name": "hand-cricket-bot",
"version": "2.3.5",
"main": "dist/index.js",
"license": "GPL-3.0",
"description": "A Discord bot that plays Handcricket!",
"author": "Team Xenon",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/xenon-devs/hand-cricket-bot.git"
},
"bugs": {
"url": "https://github.com/xenon-devs/hand-cricket-bot/issues"
},
"homepage": "https://github.com/xenon-devs/hand-cricket-bot#readme",
"scripts": {
"start": "yarn build && node .",
"build": "tsc",
"dev": "concurrently 'tsc -w' 'nodemon . --watch dist'"
},
"dependencies": {
"@top-gg/sdk": "^3.1.2",
"@xenon-devs/discordjs-reaction-menu": "^1.0.4",
"discord.js": "^12.5.0",
"dotenv": "^8.2.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^14.0.13",
"@types/ws": "^7.2.6",
"concurrently": "^5.3.0",
"nodemon": "^2.0.4",
"typescript": "^3.9.5"
}
}