@grotto/logysia
Version:
Logging middleware for Bun's Elysia web framework
56 lines • 1.15 kB
JSON
{
"name": "@grotto/logysia",
"version": "0.1.6",
"type": "module",
"description": "Logging middleware for Bun's Elysia web framework",
"module": "./src/index.ts",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts",
"default": "./src/index.ts"
}
},
"files": [
"src",
"README.md"
],
"scripts": {
"dev": "bun run --watch --hot tests/server.ts"
},
"peerDependencies": {
"elysia": "^1.1.25"
},
"devDependencies": {
"bun-types": "^1.1.36",
"elysia": "^1.1.25",
"typescript": "^5.7.2"
},
"dependencies": {
"picocolors": "^1.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tristanisham/logysia.git"
},
"keywords": [
"logging",
"elysia",
"elysiajs",
"web",
"logger",
"middleware",
"bun"
],
"author": "Tristan Isham",
"license": "ISC",
"bugs": {
"url": "https://github.com/tristanisham/logysia/issues"
},
"homepage": "https://github.com/tristanisham/logysia#readme",
"engines": {
"bun": ">=1.0.0"
}
}