httplog/package.json
Anton Nesterov 9754ce9cf8 init
2024-07-08 17:38:38 +02:00

14 lines
220 B
JSON

{
"name": "httplog",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"scripts": {
"build": "tsc -b"
}
}