26 lines
515 B
JSON
26 lines
515 B
JSON
{
|
|
"name": "@kevisual/query-config",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "dist/query-config.js",
|
|
"types": "dist/query-config.d.ts",
|
|
"scripts": {
|
|
"build": "tsup"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"@kevisual/query": "^0.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"tsup": "^8.4.0"
|
|
},
|
|
"exports": {
|
|
".": "./dist/query-config.js"
|
|
}
|
|
} |