feat: temparily save

This commit is contained in:
2025-03-09 02:46:15 +08:00
parent 9b310f0c62
commit 595e8d29dc
27 changed files with 1132 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "konoplayer",
"version": "0.0.1",
"description": "A strange player, like the dumtruck, taking you to Isekai.",
"scripts": {},
"keywords": [],
"author": "lonelyhentxi",
"license": "MIT",
"packageManager": "pnpm@10.6.1",
"engines": {
"node": ">=22"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.13.8",
"tsx": "^4.19.2",
"typescript": "^5.8.2",
"ultracite": "^4.1.15"
}
}