-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 898 Bytes
/
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
{
"name": "shdewz-chan",
"version": "2.0.0",
"description": "A Discord bot with *osu!* -related tools and other cool more or less useful functions.",
"type": "module",
"main": "dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node ."
},
"author": "",
"license": "ISC",
"dependencies": {
"@kotrikd/rosu-pp": "^2.0.0-alpha.10",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"mongoose": "^8.8.3",
"node-fetch": "^3.3.2",
"numeral": "^2.0.6",
"yargs": "^17.7.2"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@stylistic/eslint-plugin-ts": "^2.11.0",
"@types/node": "^22.9.0",
"@types/numeral": "^2.0.5",
"@types/yargs": "^17.0.33",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0"
}
}