{
  "name": "isoscribe",
  "version": "0.2.0",
  "description": "An isomorphic logging utility for any JavaScript runtime, providing structured, styled, and extensible logs.",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "packageManager": "yarn@4.9.1",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "yarn vitest",
    "test:ci": "yarn vitest --run",
    "preview": "yarn tsx ./scripts/sample.ts",
    "build": "tsc --project ./tsconfig.build.json",
    "dev": "yarn build --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/green-flash-digital/isoscribe.git"
  },
  "author": "Drew DeCarme (drew@greenflash.digital)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/green-flash-digital/isoscribe/issues"
  },
  "homepage": "https://github.com/green-flash-digital/isoscribe#readme",
  "dependencies": {
    "ts-jolt": "^0.2.3"
  },
  "devDependencies": {
    "@types/node": "^22.15.17",
    "@vitest/coverage-v8": "3.1.3",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3",
    "vitest": "^3.1.3"
  },
  "keywords": [
    "isoscribe",
    "logging",
    "log",
    "logger",
    "isomorphic",
    "isomorphic-logging",
    "fullstack-logging",
    "structured-logging",
    "styled-logging",
    "extensible-logging",
    "universal-logging",
    "cross-platform-logging",
    "frontend-logging",
    "backend-logging",
    "node-logging",
    "browser-logging",
    "console-logging",
    "log-utility",
    "logging-framework",
    "log-management",
    "javascript-logging",
    "typescript-logging",
    "log-levels",
    "log-filtering",
    "log-formatting",
    "log-transport",
    "log-handler",
    "log-styling",
    "console-styling",
    "developer-tooling",
    "diagnostics",
    "observability",
    "monitoring",
    "structured-debugging",
    "cloud-logging",
    "runtime-logging",
    "log-enhancement",
    "log-middleware",
    "universal-debugging",
    "error-logging",
    "debugging-tool",
    "frontend-debugging",
    "backend-debugging",
    "log-analysis",
    "performance-logging",
    "dev-tools",
    "greenflash-digital"
  ]
}
