generated from tailored/router-template
28 lines
659 B
JSON
28 lines
659 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",
|
|
"cmd": "tsx src/test/command.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",
|
|
"devDependencies": {
|
|
"@kevisual/xhs-core": "workspace:*",
|
|
"@types/node": "^22.15.3"
|
|
}
|
|
} |