-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 2.48 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
{
"name": "polaris",
"version": "1.5.97",
"description": "Pollux on Eris",
"main": "pollux.js",
"scripts": {
"start": "node --max-old-space-size=2048 --harmony pollux.js",
"lint:js": "eslint -c .eslintrc.json *.js",
"lint:js:fix": "eslint -c .eslintrc.json --ext .js core/ --fix && echo \"\u001b[1m\u001b[32mOK\u001b[39m\u001b[22m\" || echo \"\u001b[1m\u001b[31mNot OK\u001b[39m\u001b[22m\""
},
"author": "Flicky",
"license": "UNLICENSED",
"dependencies": {
"@google-cloud/vision": "^2.1.2",
"@polestar/constants": "github:PolestarLabs/constants#b3e559e4d93db705cb080f2b8d3fc980d0a464e1",
"@polestar/database_schema": "github:PolestarLabs/db-schema#14e54170f04fc63f8bf7b78aa8a32d57c015c35d",
"@polestar/emoji-grimoire": "github:PolestarLabs/emoji-grimoire",
"@polestar/i18n": "github:PolestarLabs/pollux-i18n",
"@polestar/morse": "github:PolestarLabs/morse",
"@polestar/progression": "github:PolestarLabs/plx-progression",
"@polestar/skia-twemoji": "github:PolestarLabs/skia-canvas-twemoji",
"@polestar/timed-usage": "github:PolestarLabs/timed-usage#c5dccb85a2118a8c41636663ed7dd8bd5a0cc671",
"@sentry/node": "^5.15.4",
"@top-gg/sdk": "^3.1.2",
"@vitalets/google-translate-api": "^9.1.0",
"axios": "^0.28.0",
"bluebird": "^3.7.2",
"canvas": "^2.6.0",
"canvas-text-wrapper": "^0.10.2",
"cheerio": "^1.0.0-rc.2",
"chrono-node": "github:Mitchell3514/chrono#ff42f01c662073c9cb9c3d88f84d1754097f9581",
"colors": "^1.4.0",
"cron": "^1.5.1",
"date-fns": "^2.22.1",
"dd-trace": "^1.1.1",
"eris": "github:PolestarLabs/eris#dev",
"eris-additions": "github:PolestarLabs/eris-additions-plus",
"fast-diff": "^1.2.0",
"gif-encoder": "^0.7.2",
"hot-shots": "^8.5.0",
"mongoose": "^5.13.20",
"node-canvas-with-twemoji": "^0.1.6",
"open-graph-scraper": "^5.0.5",
"rss-parser": "^3.7.2",
"skia-canvas": "^0.9.27",
"stackblur-canvas": "2.5.0",
"xml2js": "^0.5.0",
"ytdl-core": "^4.0.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.33",
"@types/i18next": "^12.1.0",
"@types/node": "^14.14.16",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.10.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2",
"typescript": "^4.1.2"
},
"engines": {
"node": ">=16.5.0"
}
}