toes/apps/code/20260130-000000/package.json
2026-01-30 19:55:21 -08:00

28 lines
502 B
JSON

{
"name": "code",
"module": "index.tsx",
"type": "module",
"private": true,
"scripts": {
"toes": "bun run --watch index.tsx",
"start": "bun toes",
"dev": "bun run --hot index.tsx"
},
"toes": {
"tool": true,
"icon": "💻"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.9.2"
},
"dependencies": {
"@because/forge": "*",
"@because/howl": "*",
"@because/hype": "*",
"@because/toes": "*"
}
}