-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.13 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
{
"name": "osucad-cursor-path",
"version": "1.0.0",
"description": "Attempts to create human-like osu! gameplay for osucad.",
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@supercharge/promise-pool": "^2.3.2",
"@tensorflow/tfjs": "^4.0.0",
"@tensorflow/tfjs-backend-wasm": "^4.0.0",
"@tensorflow/tfjs-backend-webgl": "^4.0.0",
"@tensorflow/tfjs-core": "^4.0.0",
"@tensorflow/tfjs-node": "^4.0.0",
"@tensorflow/tfjs-node-gpu": "^4.0.0",
"csv-parse": "^5.3.1",
"osu-classes": "^2.0.0",
"osu-parsers": "^3.2.0",
"osu-standard-stable": "^4.0.1",
"protobufjs": "^7.1.2",
"redis": "^4.3.1",
"rxjs": "^7.5.7",
"source-map-loader": "^4.0.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4",
"worker-farm": "^1.7.0"
},
"devDependencies": {
"babel-loader": "8.2.5",
"prettier": "2.7.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "4.11.1"
},
"scripts": {
"start": "ts-node src/main.ts"
},
"keywords": [],
"author": "",
"license": "ISC"
}