-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 955 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
{
"name": "discord-bot",
"version": "2.0.0",
"description": "Teamcraft discord bot",
"author": "Flavien Normand <contact@flavien-normand.fr>",
"license": "MIT",
"homepage": "https://github.com/ffxiv-teamcraft/discord-bot#readme",
"scripts": {
"build": "tsc",
"start": "npm run build && node dist/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ffxiv-teamcraft/discord-bot.git"
},
"bugs": {
"url": "https://github.com/ffxiv-teamcraft/discord-bot/issues"
},
"dependencies": {
"@google-cloud/compute": "^3.9.1",
"@google-cloud/pubsub": "^3.4.1",
"discord.js": "^14.8.0",
"express": "^4.17.1",
"firebase-admin": "^11.5.0",
"moment-timezone": "^0.5.27"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/node": "^18.15.5",
"standard-version": "^5.0.2",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"typescript": "^4.9.5"
}
}