36 lines
777 B
JSON
36 lines
777 B
JSON
{
|
|
"name": "@kevisual/query-awesome",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"postbuild": "bun bun.copy.config.mjs"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.11.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@kevisual/query": "^0.0.18",
|
|
"@kevisual/router": "^0.0.20",
|
|
"@kevisual/types": "^0.0.10",
|
|
"@kevisual/use-config": "^1.0.17",
|
|
"fast-glob": "^3.3.3"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/query-login-browser.js"
|
|
},
|
|
"./*": {
|
|
"import": "./dist/*"
|
|
}
|
|
}
|
|
} |