mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
* init cli project * Potential fix for code scanning alert no. 184: Uncontrolled command line Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * update * Potential fix for code scanning alert no. 185: Uncontrolled command line Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
24 lines
525 B
JSON
24 lines
525 B
JSON
{
|
|
"name": "@lobechat/device-gateway",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"deploy": "wrangler deploy",
|
|
"dev": "wrangler dev",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.12.5",
|
|
"jose": "^6.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vitest-pool-workers": "^0.12.19",
|
|
"@cloudflare/workers-types": "^4.20260301.1",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "~3.2.4",
|
|
"wrangler": "^4.70.0"
|
|
}
|
|
}
|