UNPKG

logixlysia

Version:

🦊 Logixlysia is a logger for Elysia

100 lines (99 loc) • 2.33 kB
{ "name": "logixlysia", "version": "4.2.7", "description": "🦊 Logixlysia is a logger for Elysia", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "author": "PunGrumpy", "publisher": "PunGrumpy", "maintainers": [ "PunGrumpy" ], "contributors": [ { "name": "n0ky4", "url": "https://github.com/n0ky4" } ], "publishConfig": { "access": "public" }, "license": "MIT", "scripts": { "lint": "ultracite lint", "format": "ultracite format", "test": "bun test --timeout 5000", "test:ci": "bun test --timeout 5000 --coverage --coverage-reporter=lcov", "dev": "cd website && bun dev", "prepare": "husky", "test:coverage": "bun test --timeout 5000 --coverage", "clean": "git clean -fdx", "build": "bunup", "build:watch": "bunup --watch" }, "os": [ "darwin", "linux", "win32" ], "badges": [ { "name": "npm", "url": "https://img.shields.io/npm/v/logixlysia.svg", "description": "npm version", "href": "https://www.npmjs.com/package/logixlysia" }, { "name": "npm", "url": "https://img.shields.io/npm/dt/logixlysia.svg", "description": "npm downloads", "href": "https://www.npmjs.com/package/logixlysia" }, { "name": "GitHub issues", "url": "https://img.shields.io/github/issues/PunGrumpy/logixlysia.svg", "description": "GitHub issues", "href": "https://github.com/PunGrumpy/logixlysia/issues" } ], "repository": { "type": "git", "url": "git+https://github.com/PunGrumpy/logixlysia.git" }, "bugs": { "url": "https://github.com/PunGrumpy/logixlysia/issues" }, "homepage": "https://logixlysia.vercel.app", "keywords": [ "web", "logging", "logger", "elysia", "elysiajs", "logixlysia", "middleware" ], "dependencies": { "chalk": "^5.3.0", "elysia": "^1.1.23" }, "devDependencies": { "@auto-it/first-time-contributor": "^11.3.0", "@biomejs/biome": "1.9.4", "bun-types": "^1.1.33", "bunup": "^0.4.15", "globals": "^16.0.0", "husky": "^9.1.6", "ultracite": "^4.2.1" }, "peerDependencies": { "typescript": "^5.2.2" } }