-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.71 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "hal",
"version": "1.0.1",
"description": "",
"main": "index.js",
"engines": {
"node": "12.18.2"
},
"scripts": {
"test": "jest",
"hal": "node dist/Bot.js",
"lint-ts": "eslint src/ --ext ts",
"lint-js": "eslint src/ --ext js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/node": "^5.20.1",
"@types/bluebird": "^3.5.32",
"@types/cheerio": "^0.22.21",
"@types/express": "^4.17.11",
"@types/lodash": "^4.14.168",
"@types/luxon": "^1.26.1",
"@types/memoizee": "^0.4.4",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^14.0.27",
"@types/validator": "^13.1.0",
"@types/winston": "^2.4.4",
"@types/winston-loggly-bulk": "^3.0.0",
"@types/ws": "^7.2.6",
"axios": "^0.19.1",
"cheerio": "^1.0.0-rc.3",
"chrono-node": "^2.2.1",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fastify": "^3.12.0",
"luxon": "^1.26.0",
"memoizee": "^0.4.14",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"pg": "^8.3.0",
"pg-hstore": "^2.3.3",
"reflect-metadata": "^0.1.13",
"sequelize": "^5.22.3",
"sequelize-typescript": "^1.1.0",
"slash-create": "^2.1.0",
"sqlite3": "^4.1.0",
"typescript": "^3.9.7",
"winston": "^3.3.3",
"winston-loggly-bulk": "^3.1.1"
},
"devDependencies": {
"@types/jest": "^26.0.8",
"@types/jest-when": "^2.7.1",
"@types/pg": "^7.14.4",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"eslint": "^7.5.0",
"jest": "^26.2.2",
"jest-mock-axios": "^4.2.1",
"jest-when": "^2.7.2",
"prettier": "2.0.5",
"ts-jest": "^26.1.4"
}
}