httplog/package.json

14 lines
220 B
JSON
Raw Normal View History

2024-07-08 15:38:38 +00:00
{
"name": "httplog",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"scripts": {
"build": "tsc -b"
}
}