tronbyt/package.json
Corey Johnson 66d0d61c34 Update documentation and remove postinstall script
README now includes full setup instructions, troubleshooting, account creation, and system apps fix. CLAUDE.md streamlined to codebase reference. postinstall.sh removed — binary auto-downloads via src/binary.ts on first run.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-11 09:39:59 -07:00

21 lines
394 B
JSON

{
"name": "tronbyt",
"module": "src/server.ts",
"type": "module",
"private": true,
"scripts": {
"toes": "bun run --watch src/server.ts",
"start": "bun toes",
"dev": "bun run --hot src/server.ts"
},
"toes": {
"icon": "🖥️"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.9.2"
},
"dependencies": {}
}