toes/apps/clock/package.json
2026-01-27 22:05:20 -08:00

25 lines
500 B
JSON

{
"name": "toes-clock",
"module": "src/index.ts",
"type": "module",
"private": true,
"toes": {
"icon": "🕐"
},
"scripts": {
"toes": "bun run --watch index.tsx",
"start": "bun toes",
"dev": "bun run --hot index.tsx"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.9.2"
},
"dependencies": {
"hype": "git+https://git.nose.space/defunkt/hype",
"forge": "git+https://git.nose.space/defunkt/forge"
}
}