forked from Googer/Professor-Pine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.51 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
{
"name": "professor-pine",
"version": "1.0.0",
"description": "Professor Pine Discord bot for Pokemon Go",
"main": "index.js",
"dependencies": {
"@google/maps": "^1.1.0",
"@mapbox/polyline": "^1.1.0",
"@turf/turf": "^5.1.6",
"async": "^3.2.0",
"async-lock": "^1.2.2",
"bufferutil": "^4.0.1",
"cheerio": "^1.0.0-rc.3",
"diacritics": "^1.3.0",
"discord.js": "^12.2.0",
"discord.js-commando": "github:Googer/discord.js-commando",
"erlpack": "^0.1.3",
"he": "^1.2.0",
"jimp": "^0.10.3",
"knex": "^0.21.0",
"loglevel": "^1.6.8",
"loglevel-prefix-persist": "^1.0.3",
"lunr": "^2.3.8",
"moment": "^2.24.0",
"mysql": "^2.18.1",
"node-cleanup": "^2.1.2",
"node-persist": "^3.0.5",
"pokemongo-game-master": "^2.1.0",
"polygon-offset": "^0.3.1",
"request-promise": "^4.2.5",
"string-similarity": "^4.0.1",
"tesseract.js": "^2.1.1",
"togeojson-with-extended-style": "^0.13.1",
"uuid": "^7.0.3",
"node-worker-threads-pool": "^1.2.2",
"xmldom": "^0.3.0",
"zucc": "^0.1.2"
},
"devDependencies": {
"eslint": "^6.8.0"
},
"scripts": {
"start": "node index.js",
"debug": "node %NODE_DEBUG_OPTION% index.js",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"repository": {
"type": "https",
"url": "https://github.com/Googer/Professor-Pine.git"
},
"author": "Matt Legowski, Chris Vaccarello",
"license": "GPL-3.0",
"homepage": "https://github.com/Googer/Professor-Pine#readme"
}