34 lines
722 B
JSON
34 lines
722 B
JSON
{
|
|
"name": "@kevisual/ha-api",
|
|
"version": "0.0.6",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"app": {
|
|
"type": "pm2-system-app",
|
|
"entry": "src/index.ts"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"keywords": [],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.26.2",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.5",
|
|
"@types/node": "^25.0.3",
|
|
"dotenv": "^17.2.3"
|
|
},
|
|
"dependencies": {
|
|
"@kevisual/cache": "^0.0.4",
|
|
"fuse.js": "^7.1.0",
|
|
"lru-cache": "^11.2.4"
|
|
}
|
|
} |