phone/package.json
2025-11-20 16:16:47 -08:00

25 lines
453 B
JSON

{
"name": "tmp",
"private": true,
"scripts": {
"typecheck": "tsc --noEmit",
"d": "bun scripts/deploy.ts",
"start": "bun run src/operator.ts"
},
"devDependencies": {
"@types/bun": "latest",
"prettier": "^3.6.2"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"hono": "^4.10.4",
"openai": "^6.9.0",
"robot3": "1.1.1"
},
"prettier": {
"semi": false,
"printWidth": 100
}
}