toes/package.json
Chris Wanstrath 1ec012338f TOES
2026-01-27 14:46:09 -08:00

21 lines
448 B
JSON

{
"name": "toes",
"module": "src/index.ts",
"type": "module",
"private": true,
"scripts": {
"start": "bun run src/server/index.tsx",
"dev": "bun run --hot src/server/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"
}
}