UNPKG

@loglayer/transport-simple-pretty-terminal

Version:

Pretty log output in the terminal / browser / Next.js for the LogLayer logging library.

71 lines 1.9 kB
{ "name": "@loglayer/transport-simple-pretty-terminal", "description": "Pretty log output in the terminal / browser / Next.js for the LogLayer logging library.", "version": "3.3.0", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "exports": { "import": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "require": "./dist/index.cjs" } }, "types": "./dist/index.d.ts", "sideEffects": false, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/loglayer/loglayer.git", "directory": "packages/transports/simple-pretty-terminal" }, "author": "Theo Gravity <theo@suteki.nu>", "keywords": [ "loglayer", "transport", "terminal", "pretty", "logging", "simple", "nextjs", "browser" ], "dependencies": { "chalk": "5.6.2", "date-fns": "4.3.0", "sprintf-js": "1.1.3", "@loglayer/transport": "3.3.0" }, "devDependencies": { "@types/chalk": "2.2.4", "@types/express": "5.0.6", "@types/node": "25.9.1", "@types/sprintf-js": "1.1.4", "express": "5.2.1", "serialize-error": "13.0.1", "tsdown": "0.22.1", "tsx": "4.22.3", "typescript": "6.0.3", "vitest": "4.1.7", "@internal/tsconfig": "2.1.0", "loglayer": "9.4.0" }, "bugs": "https://github.com/loglayer/loglayer/issues", "files": [ "dist" ], "homepage": "https://loglayer.dev", "scripts": { "build": "tsdown src/index.ts", "test": "vitest --run", "clean": "rm -rf .turbo node_modules dist", "lint": "biome check --no-errors-on-unmatched --write --unsafe src", "lint:staged": "biome check --no-errors-on-unmatched --write --unsafe --staged src", "verify-types": "tsc --noEmit", "livetest": "tsx src/__tests__/livetest.ts" } }