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