32 lines
676 B
JSON
32 lines
676 B
JSON
{
|
|
"name": "@kevisual/api",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build2": "bun bun.config.mjs",
|
|
"download": "ev sync download",
|
|
"upload": "ev sync upload"
|
|
},
|
|
"keywords": [],
|
|
"files": [
|
|
"src",
|
|
"query",
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.6.2",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@kevisual/query": "^0.0.18",
|
|
"@kevisual/router": "^0.0.20"
|
|
},
|
|
"devDependencies": {
|
|
"@kevisual/types": "^0.0.10",
|
|
"@types/node": "^22.15.27"
|
|
}
|
|
} |