forked from KartulUdus/PoracleJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.31 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
78
79
80
81
82
83
84
{
"name": "poracle",
"version": "4.5.5",
"description": "Webhook processing and personalised discord|telegram alarms",
"main": "src/app.js",
"engines": { "node": ">=16.6.0" },
"scripts": {
"test": "node test/test",
"lint": "./node_modules/.bin/eslint ./src --fix",
"start": "npm run generate && node .",
"latest": "npm run generate latest && node .",
"dev": "node .",
"migrateV3": "node src/init/migrateV3.js",
"init": "node src/init/initConfig.js",
"generate": "node src/util/generateData.js",
"prepare": "husky install"
},
"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"
},
"homepage": "https://github.com/KartulUdus/reference#readme",
"dependencies": {
"form-data": "^4.0.0",
"async-mutex": "^0.3.1",
"axios": "^0.27.2",
"chokidar": "^3.5.2",
"config": "^3.3.7",
"deep-object-diff": "^1.1.7",
"country-code-emoji": "^2.3.0",
"discord.js": "^13.6.0",
"fast-json-stable-stringify": "^2.1.0",
"fastify": "^4.1.0",
"flat-cache": "^3.0.4",
"fs-extra": "^10.0.0",
"geo-tz": "^7.0.1",
"handlebars": "^4.7.7",
"@budibase/handlebars-helpers": "^0.11.8",
"hastebin-gen": "^2.0.5",
"import-fresh": "^3.3.0",
"knex": "^2.0.0",
"minimist": "^1.2.6",
"moment": "^2.29.3",
"moment-precise-range-plugin": "^1.3.0",
"moment-timezone": "^0.5.34",
"mysql2": "^2.3.3",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.7",
"node-geocoder": "^4.0.0",
"node-schedule": "^2.1.0",
"nodes2ts": "^3.0.0",
"ohbem": "^1.4.1",
"pogo-data-generator": "^1.6.4",
"point-in-polygon": "^1.1.0",
"readline-sync": "^1.4.10",
"s2-geometry": "^1.2.10",
"strip-json-comments": "^3.1.1",
"sunrise-sunset-js": "^2.2.1",
"suncalc": "^1.9.0",
"telegraf": "^4.7.0",
"winston": "^3.6.0",
"winston-daily-rotate-file": "^4.6.1"
},
"devDependencies": {
"ajv": "^8.6.3",
"chai": "^4.3.4",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"husky": "^8.0.1",
"mocha": "^10.0.0"
}
}