add turbo lib
This commit is contained in:
parent
31d1119007
commit
f993b2466e
@ -5,7 +5,9 @@
|
|||||||
"main": "dist/query-config.js",
|
"main": "dist/query-config.js",
|
||||||
"types": "dist/query-config.d.ts",
|
"types": "dist/query-config.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsup"
|
"build": "tsup",
|
||||||
|
"dev": "tsup --watch",
|
||||||
|
"dev:lib": "pnpm run dev"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
||||||
@ -15,7 +17,7 @@
|
|||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@kevisual/query": "^0.0.12"
|
"@kevisual/query": "^0.0.13"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsup": "^8.4.0"
|
"tsup": "^8.4.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user