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>
21 lines
394 B
JSON
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": {}
|
|
} |