22 lines
473 B
JSON
22 lines
473 B
JSON
{
|
|
"name": "ha-api",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.24.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.3",
|
|
"@types/node": "^24.10.1"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.2.3"
|
|
}
|
|
}
|