toes/apps/code/20260130-000000/package.json

28 lines
522 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.3"
},
"dependencies": {
"@because/forge": "^0.0.1",
"@because/howl": "^0.0.2",
"@because/hype": "^0.0.2",
"@because/toes": "^0.0.5"
}
}