-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
3,001 additions
and
3,010 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"name": "tosu", | ||
"version": "1.3.0", | ||
"main": "dist/index.js", | ||
"bin": "dist/index.js", | ||
"scripts": { | ||
"ts:run": "ts-node --transpile-only -r tsconfig-paths/register --project tsconfig.json", | ||
"ts:compile": "ncc build src/index.ts -o dist -m -d", | ||
"run:dev": "pnpm run ts:run src/index.ts", | ||
"compile": "pnpm run ts:compile && pkg --compress brotli . && pnpm run ts:run src/postBuild.ts" | ||
}, | ||
"pkg": { | ||
"scripts": "dist/**/*.js", | ||
"assets": [ | ||
"dist/**/*.node", | ||
"dist/target/**/*" | ||
], | ||
"targets": [ | ||
"node18-win-x64" | ||
], | ||
"outputPath": "dist" | ||
}, | ||
"dependencies": { | ||
"@types/koa__router": "^12.0.0", | ||
"@koa/router": "^12.0.0", | ||
"@types/koa": "^2.13.5", | ||
"@vercel/ncc": "^0.36.1", | ||
"dotenv": "^16.0.3", | ||
"find-process": "^1.4.7", | ||
"koa": "^2.14.1", | ||
"koa-mount": "^4.0.0", | ||
"koa-send": "^5.0.1", | ||
"koa-static": "^5.0.0", | ||
"koa-websocket": "^7.0.0", | ||
"osu-catch-stable": "^4.0.0", | ||
"osu-classes": "^3.0.0", | ||
"osu-mania-stable": "^5.0.0", | ||
"osu-parsers": "^4.1.0", | ||
"osu-standard-stable": "^5.0.0", | ||
"osu-taiko-stable": "^5.0.0", | ||
"pkg": "^5.8.0", | ||
"resedit": "^2.0.0", | ||
"rosu-pp": "^0.9.4", | ||
"ts-node": "^10.9.1", | ||
"tsprocess": "workspace:*", | ||
"winston": "^3.8.2" | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
src/Services/Entities/types.ts → ...tosu/src/entities/AbstractEntity/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Services/Entities/AllTimesData/index.ts → ...s/tosu/src/entities/AllTimesData/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ervices/Entities/BassDensityData/index.ts → ...osu/src/entities/BassDensityData/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 11 additions & 10 deletions
21
src/Services/repo.ts → packages/tosu/src/entities/DataRepoList.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Services/Entities/MenuData/index.ts → packages/tosu/src/entities/MenuData/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...vices/Entities/ResultsScreenData/index.ts → ...u/src/entities/ResultsScreenData/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.