toes/apps/todo/20260130-181927/package.json
2026-01-30 19:48:07 -08:00

26 lines
462 B
JSON

{
"name": "todo",
"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": "TODO",
"icon": "✅"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.9.2"
},
"dependencies": {
"@because/hype": "*",
"@because/toes": "link:../../.."
}
}