/ |/ \ / \ / \ / | $$$$$$$$//$$$$$$ |$$$$$$$ |/$$$$$$ |$$$$$$$$/ $$ |__ $$ | $$ |$$ |__$$ |$$ | _$$/ $$ |__ $$ | $$ | $$ |$$ $$< $$ |/ |$$ | $$$$$/ $$ | $$ |$$$$$$$ |$$ |$$$$ |$$$$$/ $$ | $$ \__$$ |$$ | $$ |$$ \__$$ |$$ |_____ $$ | $$ $$/ $$ | $$ |$$ $$/ $$ | $$/ $$$$$$/ $$/ $$/ $$$$$$/ $$$$$$$$/
20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"name": "howl",
|
|
"module": "index.tsx",
|
|
"type": "module",
|
|
"exports": "./src/index.tsx",
|
|
"scripts": {
|
|
"dev": "bun run --hot test/server.tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"forge": "git+https://git.nose.space/defunkt/forge",
|
|
"hono": "^4.10.7",
|
|
"lucide-static": "^0.555.0"
|
|
}
|
|
} |