{ "name": "@kevisual/apps-template", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "build": "pnpm build:web && pnpm build:backend", "build:backend": "cd backend && bun run src/main.ts", "build:web": "cd frontend && pnpm build", "serve": "cd backend && bun run src/main.ts", "init": "git submodule update --init --recursive", "clean:module": "sh demodules.sh" }, "keywords": [], "author": "abearxiong (https://www.xiongxiao.me)", "license": "MIT", "packageManager": "pnpm@10.19.0", "type": "module", "dependencies": { "@kevisual/router": "^0.0.33" } }