generated from template/apps-template
update
This commit is contained in:
22
package.json
22
package.json
@@ -2,21 +2,29 @@
|
||||
"name": "@kevisual/noco-auto",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"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",
|
||||
"init": "git submodule update --init --recursive",
|
||||
"clean:module": "sh demodules.sh"
|
||||
"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.19.0",
|
||||
"packageManager": "pnpm@10.24.0",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@kevisual/router": "^0.0.33"
|
||||
"@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"
|
||||
},
|
||||
"exports": {
|
||||
".": "./mod.ts"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user