-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
119 lines (119 loc) · 3.32 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "axerbot",
"version": "0.0.0",
"description": "general-purpose TypeScript Discord bot with osu! features related to mapping & modding",
"main": "index.ts",
"dependencies": {
"@jimp/plugin-shadow": "^0.22.4",
"@kionell/osu-pp-calculator": "^4.0.0",
"@types/archiver": "^6.0.2",
"@types/color-convert": "^2.0.0",
"@types/diff": "^5.0.3",
"@types/express": "^4.17.13",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/moment": "^2.13.0",
"@types/mongoose": "^5.11.97",
"@types/node": "^18.15.11",
"@types/node-cron": "^3.0.8",
"@types/numeral": "^2.0.2",
"@types/spectrogram": "^0.0.1",
"@types/yauzl": "^2.10.0",
"archiver": "^6.0.1",
"array-paginator": "^1.5.2",
"asynckit": "^0.4.0",
"audio-render": "^2.0.1",
"axios": "^0.26.0",
"bancho.js": "^0.11.0",
"callsites": "^3.1.0",
"canvas": "^2.11.2",
"chance": "^1.1.8",
"chart.js": "^3.7.1",
"color-convert": "^2.0.1",
"colors": "^1.4.0",
"combined-stream": "^1.0.8",
"cross-env": "^7.0.3",
"d3": "^7.4.0",
"delayed-stream": "^1.0.0",
"diff": "^5.1.0",
"discord-api-types": "^0.37.10",
"discord-hybrid-sharding": "^2.1.1",
"discord.js": "^14.9.0",
"discord.js-minesweeper": "^1.1.0",
"discord.js-pagination": "^1.0.3",
"dot-prop": "^6.0.1",
"dotenv": "^16.4.5",
"express": "^4.17.2",
"fft.js": "^4.0.4",
"fluent-ffmpeg": "^2.1.2",
"get-image-colors": "^4.0.1",
"is-obj": "^2.0.0",
"jimp": "^0.16.1",
"jszip": "^3.10.1",
"konva": "^8.4.2",
"lodash": "^4.17.21",
"lodash.isequal": "^4.5.0",
"markdown-js": "^0.0.4",
"mime-db": "^1.50.0",
"mime-types": "^2.1.33",
"moment": "^2.29.4",
"mongoose": "^6.4.6",
"mp3-cutter": "^1.0.6",
"node-cron": "^3.0.2",
"osu-beatmapset-downloader": "^1.1.2",
"osu-catch-stable": "^4.0.0",
"osu-classes": "^3.0.1",
"osu-downloader": "^0.8.1",
"osu-mania-stable": "^5.0.0",
"osu-parsers": "^4.1.6",
"osu-standard-stable": "^5.0.0",
"osu-taiko-stable": "^5.0.0",
"osureplayparser": "^1.0.1",
"ow": "^0.27.0",
"owoify-js": "^1.0.7",
"spectro": "^1.0.1",
"spectrogram": "^0.0.7",
"statuses": "^2.0.1",
"tr46": "^0.0.3",
"ts-mixer": "^6.0.0",
"ts-node": "^10.6.0",
"ts-node-dev": "^2.0.0",
"tslib": "^2.3.1",
"type-fest": "^1.4.0",
"typescript": "^4.7.4",
"vali-date": "^1.0.0",
"web-audio-engine": "^0.13.4",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0",
"when": "^3.7.8",
"ws": "^7.5.5",
"yauzl": "^2.10.0"
},
"scripts": {
"test": "cross-env NODE_ENV=development ts-node-dev --transpile-only --respawn --ignore-watch node_modules",
"start": "cross-env NODE_ENV=production node dist/index.js",
"build": "tsc",
"dev": "cross-env NODE_ENV=development ts-node-dev --transpile-only --respawn --ignore-watch node_modules ./index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hiviexd/axer-bot.git"
},
"author": "Hiviexd",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hiviexd/axer-bot/issues"
},
"homepage": "https://github.com/Hiviexd/axer-bot#readme",
"devDependencies": {
"@types/chance": "^1.1.3",
"@types/d3": "^7.1.0",
"@types/express": "^4.17.13",
"@types/get-image-colors": "^4.0.2",
"@types/lodash": "^4.14.180",
"@types/node-fetch": "^2.6.1",
"@types/numeral": "^2.0.2",
"@types/statuses": "^2.0.1",
"@types/when": "^2.4.34"
},
"packageManager": "[email protected]"
}