bun-plugin-pino
Version:
Bundle Pino logger dependencies with Bun
31 lines (30 loc) • 683 B
JSON
{
"name": "bun-plugin-pino",
"version": "1.4.0",
"private": false,
"module": "src/index.ts",
"types": "src/index.ts",
"type": "module",
"description": "Bundle Pino logger dependencies with Bun",
"keywords": ["bun", "bun-plugin", "pino"],
"author": "vktrl",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vktrl/bun-plugin-pino.git"
},
"scripts": {
"lint": "biome check --error-on-warnings src --write",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/bun": "^1.1.15",
"husky": "^9.1.3",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}