-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 930 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
36
{
"name": "sebalo",
"version": "1.0.0",
"description": "osu! bancho bot to calculate pp",
"main": "index.ts",
"scripts": {
"test": "ts-node .",
"dev": "ts-node-dev --transpile-only --respawn --ignore-watch node_modules ./index.ts"
},
"author": "sebola3461",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"bancho.js": "^0.9.7",
"colors": "^1.4.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"leven": "^4.0.0",
"mongoose": "^6.2.11",
"node-fetch": "^3.2.3",
"osu-catch-stable": "^2.1.2",
"osu-mania-stable": "^2.1.2",
"osu-parsers": "^2.0.8",
"osu-standard-stable": "^2.2.4",
"osu-taiko-stable": "^2.1.2",
"querystring": "^0.2.1",
"tmi.js": "^1.8.5",
"ts-node-dev": "^1.1.8",
"typescript": "^4.6.4"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.23",
"@types/tmi.js": "^1.8.1"
}
}