-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.6 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
{
"name": "jolyne",
"version": "1.0.0",
"description": "A JJBA RPG Discord Bot",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc",
"start": "node dist/Cluster.js",
"watch": "tsc --watch",
"dev": "tsc && node dist/Cluster.js",
"migrate": "node dist/migration/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xMizuki/jolyne.git"
},
"author": "xMizuki",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/xMizuki/jolyne/issues"
},
"homepage": "https://github.com/xMizuki/jolyne#readme",
"dependencies": {
"@discordjs/rest": "^0.3.0",
"@top-gg/sdk": "^3.1.3",
"canvas": "^2.9.1",
"chalk": "^4.1.2",
"chartjs-node-canvas": "^3.2.0",
"cron": "^2.0.0",
"discord-hybrid-sharding": "^1.5.3",
"discord.js": "^13.6.0",
"discord.js-light": "^4.6.5",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"graphql-request": "^4.3.0",
"i18next": "^21.6.16",
"i18next-fs-backend": "^1.1.4",
"ioredis": "^5.0.4",
"moment-timezone": "^0.5.34",
"node-fetch": "^2.6.7",
"pg": "^8.7.3",
"sunflake": "^0.4.1",
"turndown": "^7.1.1",
"wikijs": "^6.3.3"
},
"devDependencies": {
"@types/cron": "^2.0.0",
"@types/express": "^4.17.13",
"@types/i18next-fs-backend": "^1.1.2",
"@types/pg": "^8.6.5",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"i": "^0.3.7",
"npm": "^8.12.1"
}
}