-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1023 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
37
38
39
40
41
42
43
44
{
"name": "theta",
"version": "0.4.0",
"description": "custom osu! server software",
"main": "index.js",
"scripts": {
"test": "test",
"start": "tsx index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theta-project/theta.git"
},
"keywords": [
"bancho",
"osu",
"emulator"
],
"author": "theta team",
"license": "MIT",
"bugs": {
"url": "https://github.com/theta-project/theta/issues"
},
"homepage": "https://github.com/theta-project/theta#readme",
"dependencies": {
"axios": "^0.27.2",
"bcrypt": "^5.1.0",
"cutesy.js": "^1.2.2",
"hyper-express": "^6.2.5",
"md5": "^2.3.0",
"mysql": "^2.18.1",
"osu-catch-stable": "^3.2.1",
"osu-mania-stable": "^4.0.2",
"osu-parsers": "^3.1.0",
"osu-standard-stable": "^4.0.1",
"osu-taiko-stable": "^4.0.3",
"sqlstring": "^2.3.3"
},
"devDependencies": {
"@types/mysql": "^2.15.21",
"@types/node": "^18.0.6",
"@types/sqlstring": "^2.3.0"
}
}