generated from tailored/router-template
27 lines
611 B
JSON
27 lines
611 B
JSON
{
|
|
"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:*"
|
|
}
|
|
} |