{
  "name": "@magic/log",
  "version": "0.1.21",
  "author": "Wizards & Witches",
  "description": "enhanced console.log",
  "license": "AGPL-3.0",
  "homepage": "https://magic.github.io/log",
  "main": "src/index.js",
  "module": "src/index.js",
  "types": "types/index.d.ts",
  "type": "module",
  "scripts": {
    "start": "t -p",
    "build": "tsc && npm run format",
    "prepublishOnly": "npm run build",
    "test": "t --exclude docs example config.js",
    "format": "f -w --exclude docs",
    "format:check": "f",
    "calls": "calls",
    "build:docs": "NODE_ENV=production magic build",
    "prod": "NODE_ENV=production magic build serve",
    "clean": "magic clean",
    "serve": "magic serve",
    "dev": "magic dev"
  },
  "engine": {
    "node": ">=14.15.4"
  },
  "engineStrict": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/magic/log.git"
  },
  "bugs": {
    "url": "https://github.com/magic/log/issues"
  },
  "devDependencies": {
    "@magic-modules/git-badges": "0.0.12",
    "@magic-modules/light-switch": "0.0.12",
    "@magic-modules/no-spy": "0.0.9",
    "@magic-modules/pre": "0.0.12",
    "@magic-themes/docs": "0.0.15",
    "@magic/core": "0.0.156",
    "@magic/format": "0.0.68",
    "@magic/test": "0.2.25",
    "@types/node": "24.9.2",
    "typescript": "5.9.3"
  },
  "dependencies": {
    "@magic/types": "0.1.30"
  },
  "files": [
    "src",
    "types"
  ],
  "contributors": [
    {
      "name": "jascha ehrenreich",
      "github": "jaeh"
    }
  ]
}
