hellhound/package.json

11 lines
180 B
JSON
Raw Normal View History

2025-02-10 20:30:42 +01:00
{
"name": "hellhound",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}