workshop/packages/truism/package.json
Chris Wanstrath eac2e4e009 truisms
2025-07-28 18:00:39 -07:00

21 lines
387 B
JSON

{
"name": "truism",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"dev": "bun run --hot index.ts",
"subdomain:start": "bun run index.ts",
"subdomain:dev": "bun run --hot index.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"hono": "catalog:"
}
}