generated from template/apps-template
36 lines
878 B
JSON
36 lines
878 B
JSON
{
|
|
"name": "@kevisual/noco-auto",
|
|
"version": "0.0.2",
|
|
"description": "",
|
|
"main": "mod.ts",
|
|
"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"
|
|
},
|
|
"keywords": [],
|
|
"files": [
|
|
"agents/noco"
|
|
],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.24.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@kevisual/context": "^0.0.4",
|
|
"@kevisual/noco": "^0.0.8",
|
|
"@kevisual/query": "^0.0.29",
|
|
"@kevisual/router": "^0.0.33",
|
|
"@kevisual/use-config": "^1.0.21"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
".": "./mod.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1"
|
|
}
|
|
} |