28 lines
600 B
JSON
28 lines
600 B
JSON
{
|
|
"name": "@kevisual/app",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "bun"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.14.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@kevisual/ai": "^0.0.19",
|
|
"@kevisual/context": "^0.0.4",
|
|
"@kevisual/query": "^0.0.31",
|
|
"@kevisual/router": "^0.0.36",
|
|
"@kevisual/use-config": "^1.0.21",
|
|
"mitt": "^3.0.1"
|
|
}
|
|
} |