feat: update project configuration and enhance project manager functionality

This commit is contained in:
xiongxiao
2026-03-13 17:40:03 +08:00
committed by cnb
parent 1b131b3961
commit 24c8b5f923
8 changed files with 53 additions and 14 deletions

View File

@@ -4,9 +4,12 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "echo \"Error: no test specified\" && exit 1"
"build": "bun run bun.config.ts"
},
"keywords": [],
"files": [
"dist"
],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.32.1",
@@ -26,6 +29,10 @@
"eventemitter3": "^5.0.4"
},
"exports": {
".": "./dist/index.js"
".": "./dist/app.js",
"./route": "./dist/app.js"
},
"publishConfig": {
"access": "public"
}
}