generated from tailored/router-template
33 lines
727 B
JSON
33 lines
727 B
JSON
{
|
|
"name": "@kevisual/xhs-core",
|
|
"version": "0.0.2",
|
|
"description": "",
|
|
"main": "dist/app.mjs",
|
|
"types": "dist/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": [
|
|
"src",
|
|
"python",
|
|
"test",
|
|
"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": {
|
|
"axios": "^1.9.0",
|
|
"crypto-js": "^4.2.0",
|
|
"jsdom": "^26.1.0",
|
|
"@kevisual/dts": "^0.0.2"
|
|
}
|
|
} |