This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.05 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
68
69
70
71
72
{
"name": "sc2mapster-discord-bot",
"version": "0.2.0",
"description": "",
"license": "MIT",
"author": {
"name": "Talv",
"url": "https://github.com/Talv"
},
"bugs": {
"url": "https://github.com/SC2Mapster/discord-bot/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/SC2Mapster/discord-bot.git"
},
"scripts": {
"clean": "rm -rf lib/*",
"start": "node lib/src/start.js",
"build": "rm -rf lib/* && tsc -p .",
"build:watch": "rm -rf lib/* && tsc -p . --w",
"test": "mocha --opts mocha.opts",
"test:watch": "mocha --opts mocha.opts --watch"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"common-tags": "^1.7.2",
"discord.js": "^12.5.3",
"discord.js-commando": "^0.12.3",
"dotenv": "^5.0.0",
"fs-extra": "^7.0.0",
"html-entities": "^1.2.1",
"imgur": "^0.3.1",
"mysql": "^2.15.0",
"nan": "^2.10.0",
"node-schedule": "^1.3.0",
"plaxtony": "^1.10.2",
"reflect-metadata": "^0.1.12",
"request": "^2.88.0",
"request-promise-native": "^1.0.8",
"sanitize-html": "^1.22.0",
"sc2mapster-crawler": "git+https://github.com/SC2Mapster/sc2mapster-crawler.git#9cc9f59bcf99b514d30da282f336791438f9523b",
"sqlite": "^3.0.6",
"string-similarity": "^1.2.0",
"sugar": "^2.0.6",
"turndown": "^5.0.3",
"typeorm": "^0.2.20",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.0"
},
"devDependencies": {
"@octokit/rest": "^15.2.6",
"@types/chai": "^4.1.2",
"@types/cheerio": "^0.22.7",
"@types/common-tags": "^1.4.0",
"@types/dotenv": "^4.0.2",
"@types/fs-extra": "^5.0.4",
"@types/glob": "^7.1.1",
"@types/html-entities": "^1.2.16",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.11",
"@types/node-schedule": "^1.2.2",
"@types/request-promise-native": "^1.0.17",
"@types/string-similarity": "^3.0.0",
"@types/turndown": "^5.0.0",
"@types/ws": "^7.4.4",
"chai": "^4.1.2",
"mocha": "^6.2.2",
"source-map-support": "^0.5.3",
"typescript": "^3.7.3"
}
}