This commit is contained in:
2025-12-05 19:00:25 +08:00
parent db3334ec6c
commit fc032b6040
10 changed files with 142 additions and 154 deletions

View File

@@ -1,40 +1,37 @@
{
"name": "@kevisual/router-template-server",
"name": "@kevisual/hot-api",
"version": "0.0.1",
"description": "",
"main": "index.js",
"basename": "/root/router-template-server",
"main": "mod.ts",
"basename": "/root/hot-api",
"app": {
"type": "system-app",
"key": "router-template-server",
"entry": "app.js",
"runtime": [
"server"
"client"
]
},
"scripts": {
"dev": "bun --watch src/main.ts ",
"build": "pnpm run clean && bun run bun.config.mjs",
"build": "pnpm run clean && bun run bun.config.ts",
"postbuild": "ev pack",
"compile": "bun build --compile ./src/main.ts --outfile router-template",
"compile:win": "bun build --compile ./src/main.ts --target=bun-windows-x64 --outfile router-template.exe",
"clean": "rm -rf dist && rimraf pack-dist",
"pub": "envision pack -p -u"
},
"files": [
"dist"
"dist",
"src"
],
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.22.0",
"packageManager": "pnpm@10.24.0",
"type": "module",
"dependencies": {
"@kevisual/ai": "^0.0.11",
"@kevisual/local-proxy": "^0.0.8",
"@kevisual/query": "^0.0.29",
"@kevisual/ai": "^0.0.16",
"@kevisual/query": "^0.0.30",
"@kevisual/router": "0.0.33",
"@kevisual/use-config": "^1.0.19",
"@kevisual/use-config": "^1.0.21",
"@nut-tree/nut-js": "^4.2.0",
"archiver": "^7.0.1",
"dayjs": "^1.11.19",