forked from KartulUdus/PoracleJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.94 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
73
74
75
76
77
{
"name": "PoracleJs",
"version": "4.0.0",
"description": "Webhook processing and personalised discord|telegram alarms",
"main": "src/app.js",
"scripts": {
"test": "node test/test",
"lint": "./node_modules/.bin/eslint ./src --fix",
"start": "node .",
"migrateV3": "node src/init/migrateV3.js",
"init": "node src/init/initConfig.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KartulUdus/PoracleJS.git"
},
"keywords": [
"poracle",
"discord",
"telegram",
"pokemon"
],
"author": "Kartul",
"license": "ISC",
"bugs": {
"url": "https://github.com/KartulUdus/reference/issues"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"homepage": "https://github.com/KartulUdus/reference#readme",
"dependencies": {
"axios": "^0.19.0",
"commander": "^4.1.0",
"config": "^3.2.4",
"discord-markdown": "^2.3.1",
"discord.js": "^12.4.1",
"dotenv": "^8.2.0",
"emoji-flags": "^1.2.0",
"emoji-strip": "^1.0.1",
"enmap": "^5.2.1",
"fastify": "^2.10.0",
"flat-cache": "^2.0.1",
"geo-tz": "^5.0.5",
"handlebars": "^4.7.3",
"handlebars-helpers": "^0.10.0",
"hastebin-gen": "^2.0.5",
"import-fresh": "^3.1.0",
"knex": "^0.20.0",
"moment-precise-range-plugin": "^1.3.0",
"moment-timezone": "^0.5.27",
"mysql2": "^2.0.0",
"node-cache": "^5.0.0",
"node-geocoder": "^3.25.0",
"pg": "^8.4.2",
"point-in-polygon": "^1.0.1",
"pokemon-gif": "^1.0.14",
"readline-sync": "^1.4.10",
"s2-geometry": "^1.2.10",
"sqlite3": "^4.1.0",
"telegraf": "^3.33.3",
"telegraf-inline-menu": "^3.6.3",
"telegraf-ratelimit": "^2.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
"ajv": "^6.12.0",
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"husky": "^4.2.3",
"mocha": "^6.2.2"
}
}