-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 939 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
{
"name": "debateclub_discordbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/app-root-path": "^1.2.4",
"@types/date-fns": "^2.6.0",
"@types/dotenv": "^8.2.0",
"@types/node": "^14.14.37",
"@types/sqlite3": "^3.1.7",
"@types/validator": "^13.1.3",
"@types/winston": "^2.4.4",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
},
"dependencies": {
"app-root-path": "^3.0.0",
"date-fns": "^2.19.0",
"date-fns-tz": "^1.1.3",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.6.2",
"sequelize-typescript": "^2.1.0",
"sqlite3": "^5.0.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.1"
}
}