18 lines
365 B
JSON

{
"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"
}