generated from tailored/router-db-template
temp
This commit is contained in:
27
packages/xhs/package.json
Normal file
27
packages/xhs/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@kevisual/xhs",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "app.mjs",
|
||||
"types": "app.d.ts",
|
||||
"scripts": {
|
||||
"build": "bun run bun.config.mjs",
|
||||
"postbuild": "dts -i src/index.js -o app.d.ts",
|
||||
"dts": "dts -i src/index.js -o app.d.ts"
|
||||
},
|
||||
"file": [
|
||||
"dist"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.10.0",
|
||||
"type": "module",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@kevisual/xhs-core": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user