"重构模块依赖并添加查询应用功能"

This commit is contained in:
2025-05-17 15:54:46 +08:00
parent 15c868ac70
commit 7075e9b097
17 changed files with 1811 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "@kevisual/query-app",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "bun bun.config.mjs"
},
"keywords": [],
"files": [
"src",
"dist"
],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.6.2",
"type": "module"
}