-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
47
48
49
50
51
52
{
"name": "pgk-turnipinator",
"version": "3.0.1",
"description": "This repository contains the Discord bot for the Dutch Smash Ultimate Discord.",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx tsc && node ./built/bot.js",
"start": "node ./built/bot.js",
"prod": "NODE_ENV=production node ./built/bot.js",
"debug": "tsc && node --inspect ./built/bot.js",
"build": "tsc",
"buildall": "./build.sh"
},
"author": "Polle Pas",
"license": "ISC",
"dependencies": {
"body-parser": "1.18.3",
"discord.js": "^13.6.0",
"dotenv": "6.2.0",
"express": "4.16.4",
"ffmpeg-static": "^2.7.0",
"firebase-admin": "^10.0.0",
"jsonwebtoken": "8.4.0",
"moment": "2.24.0",
"moment-timezone": "^0.5.31",
"node-fetch": "^2.6.1",
"reflect-metadata": "0.1.12",
"twit": "^2.2.11",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/dotenv": "6.1.0",
"@types/express": "4.16.0",
"@types/jsonwebtoken": "8.3.0",
"@types/node": "14.18.3",
"@types/node-fetch": "2.1.4",
"@types/passport": "1.0.0",
"@types/twit": "^2.2.23",
"tslint": "5.11.0",
"typescript": "^4.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polleps/PGKTurnipinator.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/Polleps/PGKTurnipinator/issues"
},
"homepage": "https://github.com/Polleps/PGKTurnipinator#readme"
}