-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 966 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
37
38
{
"name": "danktial",
"author": "Rance Andres",
"module": "modules",
"scripts": {
"start": "nodemon --delay 10"
},
"dependencies": {
"@types/express": "^4.17.12",
"discord-buttons": "^3.2.1",
"discord.js": "^12.5.3",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"jshint": "^2.13.0",
"mongoose": "^5.13.0",
"mysql": "^2.18.1",
"node-schedule": "^1.3.3",
"nodemon": "^2.0.9",
"pm2": "^4.5.6",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.0",
"twitchrequest": "^1.4.9",
"typescript": "^4.3.5"
},
"description": "Handles racing league administration, moderation and creation.",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/destial/danktial.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/destial/danktial/issues"
},
"homepage": "https://github.com/destial/danktial#readme"
}