{
  "name": "@staticcanvas/logcad",
  "version": "0.6.0",
  "description": "A lightweight utility for styled console logging and simple debug message capture in the console",
  "license": "MIT",
  "type": "module",
  "main": "dist/logcad.js",
  "module": "dist/logcad.esm.js",
  "jsdelivr": "dist/logcad.js",
  "unpkg": "dist/logcad.js",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/staticcanvas/logcad.git"
  },
  "homepage": "https://gitlab.com/staticcanvas/logcad#readme",
  "exports": {
    "import": "./dist/logcad.esm.js"
  },
  "extras": {
    "compliedBy": {
      "rollup": "v3.12.1",
      "vite": "v7.2.4",
      "eslint": "^9.17.0",
      "node": ">=18.0.0"
    }
  },
  "author": {
    "name": "Garvey K. Snow",
    "email": "sgkens@gmail.com",
    "url": "https://gitlab.com/staticcanvas/logcad",
    "github": "https://github.com/staticcanvas/logcad",
    "gitlab": "https://gitlab.com/staticcanvas/logcad"
  },
  "keywords": [
    "log",
    "message",
    "static-site",
    "debug",
    "color",
    "logging",
    "javascript",
    "es6",
    "console"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "browserslist": [
    "defaults",
    "not ie < 11"
  ]
}