forked from Querijn/BottyMcBotface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "botty-mcbotface",
"description": "A bot for the Riot Games API Discord.",
"repository": {
"url": "git@github.com:Querijn/BottyMcBotface.git",
"type": "git"
},
"scripts": {
"compile": "tsc -p .",
"start": "tsc -p . && node ./dist/app.js",
"test": "mocha -r ts-node/register test/**/*.spec.ts"
},
"author": "Querijn Heijmans <querijn@irule.at>",
"license": "MIT",
"dependencies": {
"bufferutil": "^4.0.0",
"cheerio": "^1.0.0-rc.2",
"crc-32": "^1.2.0",
"discord.js": "^12.2.0",
"feed-read": "^0.0.1",
"fs-extra": "^7.0.1",
"html2plaintext": "^2.1.0",
"moment": "^2.22.2",
"node-fetch": "^2.6.1",
"pretty-ms": "^3.0.0",
"striptags": "^3.1.1",
"turndown": "^4.0.2",
"turndown-plugin-gfm": "^1.0.2",
"typescript": "^3.8.3",
"uws": "9.14.0",
"xregexp": "^4.2.0"
},
"devDependencies": {
"@types/chai": "^4.2.4",
"@types/cheerio": "^0.22.8",
"@types/fs-extra": "^5.0.4",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.37",
"@types/node-fetch": "^2.5.4",
"@types/pretty-ms": "^3.0.0",
"@types/ws": "^7.2.4",
"@types/xregexp": "^3.0.29",
"chai": "^4.2.0",
"mocha": "^6.2.3",
"ts-mockito": "^2.5.0",
"ts-node": "^8.9.0",
"tslint": "^6.1.1",
"typemoq": "^2.1.0"
}
}