forked from KartulUdus/PoracleJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.78 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": "poraclejs",
"version": "3.12.25",
"description": "Webhook processing and personalised alarms",
"main": "src/app.js",
"repository": {
"type": "git",
"url": "https://github.com/KartulUdus/PoracleJS.git"
},
"scripts": {
"test": "mocha --exit",
"start": "node .",
"lint": "./node_modules/.bin/eslint ./src --fix"
},
"keywords": [
"poracle",
"discord",
"telegram",
"pokemon"
],
"author": "Kartul",
"license": "GPL-3.0-only",
"dependencies": {
"ajv": "^6.10.2",
"axios": "^0.19.0",
"bufferutil": "^4.0.1",
"chai": "^4.2.0",
"chai-json-schema": "^1.5.1",
"chart.js": "^2.9.0",
"config": "^3.2.4",
"discord.js": "^11.5.1",
"dotenv": "^8.2.0",
"emoji-flags": "^1.2.0",
"emoji-strip": "^1.0.1",
"enmap": "^5.2.1",
"fastify": "^2.10.0",
"fastify-plugin": "^1.6.0",
"fastify-static": "^2.5.0",
"geo-tz": "^5.0.5",
"gsap": "^2.1.3",
"hastebin-gen": "^2.0.5",
"hyperdiff": "^2.0.5",
"jsonfile": "^5.0.0",
"leaflet": "^1.5.1",
"lodash": "^4.17.15",
"lodash.defaults": "^4.2.0",
"mocha": "^6.2.2",
"moment": "^2.24.0",
"moment-precise-range-plugin": "^1.3.0",
"moment-timezone": "^0.5.27",
"mustache": "^3.1.0",
"mysql2": "^1.7.0",
"node-fetch": "^2.6.0",
"node-geocoder": "^3.24.0",
"point-in-polygon": "^1.0.1",
"point-of-view": "^3.6.0",
"pokemon-gif": "^1.0.14",
"prettyjson": "^1.2.1",
"replace-color": "^2.1.0",
"telegraf": "^3.33.0",
"ttl": "^1.3.1",
"uuid": "^3.3.3",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.2.1"
},
"devDependencies": {
"docsify": "^4.9.4",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
}
}