forked from oldschoolgg/oldschoolbot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 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
{
"scripts": {
"lint": "prettier --check \"*/**/*.ts\" --write && eslint \"*/**/*.ts\" --fix",
"build": "tsc -p .",
"wipedist": "rimraf \"dist/\"",
"start": "yarn wipedist && yarn build && concurrently \"tsc -p . -w\" \"node dist/src\""
},
"dependencies": {
"@kcp/tags": "^1.0.0",
"@types/lodash": "^4.14.157",
"bufferutil": "^4.0.1",
"canvas": "^2.6.1",
"canvas-constructor": "^1.1.2",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.4.0",
"crystalmethlabs": "github:gc/crystalmethlabs",
"discord.js": "discordjs/discord.js#fe7df708e44e0280dfaf0f8e457b154781bb5140",
"he": "^1.2.0",
"klasa": "github:dirigeants/klasa#916/head",
"klasa-decorators": "^0.0.1",
"lodash": "^4.17.15",
"markovchain": "^1.0.2",
"moment": "^2.27.0",
"node-fetch": "^2.6.0",
"oldschooljs": "^1.1.3",
"p-limit": "^2.3.0",
"pg": "^8.2.1",
"random-js": "^2.1.0",
"rss-parser": "^3.8.0",
"snoostorm": "^1.2.2",
"snoowrap": "github:gc/snoowrap#master",
"threads": "^1.4.1",
"ts-toolbelt": "^6.9.9",
"twit": "^2.2.9",
"utf-8-validate": "^5.0.2",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/cheerio": "^0.22.18",
"@types/he": "^1.1.1",
"@types/node": "^14.0.14",
"@types/node-fetch": "^2.5.7",
"@types/pg": "^7.14.3",
"@types/twit": "^2.2.24",
"@types/xml2js": "^0.4.5",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"concurrently": "^5.2.0",
"eslint": "^6.8.0",
"eslint-config-bamboo": "^3.0.0",
"eslint-config-klasa": "github:dirigeants/klasa-lint",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"typescript": "^3.7.5"
},
"engines": {
"node": ">=12.0"
}
}