-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.16 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
{
"name": "vpcc-bot",
"version": "1.0.0",
"private": true,
"description": "This is a bot to help us manage the Victoria Park Coding Club (VPCC) Discord server, adding features such as teams and leaderboards to make Coding Club more collaborative and more fun!",
"main": "index.ts",
"scripts": {
"start": "ts-node index.ts",
"refresh": "node refresh.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vic-Park/vpcc-bot.git"
},
"author": "George Zhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vic-Park/vpcc-bot/issues"
},
"homepage": "https://github.com/Vic-Park/vpcc-bot#readme",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@replit/database": "github:mrlapizgithub/repl.it-db",
"discord-api-types": "^0.23.1",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"keyv": "^4.0.3",
"keyv-file": "^0.2.0",
"node-cache": "^5.1.2"
},
"devDependencies": {
"@types/keyv": "^3.1.3",
"ts-node": "^10.3.0",
"typescript": "^4.4.4",
"node": "^16.0.0"
}
}