This repository was archived by the owner on Nov 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.24 KB
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
{
"name": "ryuko",
"version": "2.0.1",
"main": "dist/index.js",
"private": true,
"repository": "https://github.com/jacany/ryuko",
"scripts": {
"start": "cross-env NODE_ENV=production node . | bunyan -L -o short",
"dev": "cross-env NODE_ENV=development ts-node-dev --transpile-only src/ | bunyan -L -o long",
"build": "tsc",
"lint": "eslint .",
"format": "prettier --write ."
},
"author": "Jack Chakany <jacany@chaker.net>",
"license": "MIT",
"engines": {
"node": ">=16.6.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/bunyan": "^1.8.7",
"@types/cli-table": "^0.3.0",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/fast-levenshtein": "^0.0.2",
"@types/glob": "^7.1.4",
"@types/ioredis": "^4.27.6",
"@types/locutus": "^0.0.6",
"@types/ms": "^0.7.31",
"@types/node": "^16.10.3",
"@types/node-schedule": "^1.3.2",
"@types/qrcode": "^1.4.1",
"@types/steamid": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.4.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.3"
},
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@ryukobot/discord-akairo": "^8.1.2",
"@ryukobot/erlpack": "^0.1.3",
"@ryukobot/paginationembed": "^1.0.5",
"aki-api": "^6.0.8",
"axios": "^0.22.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"bunyan": "^1.8.15",
"cli-table": "^0.3.6",
"colors": "^1.4.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"discord.js": "^13.2.0",
"express": "^4.17.1",
"fast-levenshtein": "^3.0.0",
"glob": "^7.2.0",
"ioredis": "^4.27.10",
"lavasfy": "^2.2.1",
"locutus": "^2.0.15",
"mariadb": "^2.5.4",
"moment": "^2.29.1",
"ms": "^2.1.3",
"node-schedule": "^2.0.0",
"qrcode": "^1.4.4",
"reddit-grabber": "^2.1.0",
"sequelize": "^6.6.5",
"shoukaku": "^2.0.4",
"spotify-url-info": "^2.2.3",
"steamid": "^2.0.0",
"topgg-autoposter": "^2.0.0"
},
"resolutions": {
"discord.js@^13.2.0": "patch:discord.js@npm:13.2.0#.yarn/patches/discord.js-npm-13.1.0-8440b31213",
"lavasfy@^2.2.1": "patch:lavasfy@npm:2.2.1#.yarn/patches/lavasfy-npm-2.2.1-94e280387f"
}
}