This commit is contained in:
2025-08-13 22:53:50 +08:00
commit ec5e7a7ae4
11 changed files with 340 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "@kevisual/auto-proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "bun --watch src/dev.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.14.0",
"devDependencies": {
"@kevisual/router": "0.0.26-alpha.5",
"@kevisual/types": "^0.0.10",
"@types/node": "^24.2.1",
"nanoid": "^5.1.5",
"zod": "^4.0.17"
}
}