28 lines
728 B
JSON
28 lines
728 B
JSON
{
|
|
"name": "@kevisual/router-template",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "bun --watch src/dev.ts ",
|
|
"build": "rimraf dist && bun run bun.config.mjs",
|
|
"clean": "rm -rf dist",
|
|
"pub": "envision pack -p -u"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.22.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@kevisual/ai": "^0.0.11",
|
|
"@kevisual/query": "^0.0.29",
|
|
"@kevisual/router": "0.0.33",
|
|
"@kevisual/use-config": "^1.0.19",
|
|
"dayjs": "^1.11.19",
|
|
"es-toolkit": "^1.42.0"
|
|
},
|
|
"devDependencies": {
|
|
"@kevisual/types": "^0.0.10"
|
|
}
|
|
} |