{
  "name": "zeed",
  "type": "module",
  "version": "1.4.0",
  "packageManager": "pnpm@10.33.0",
  "description": "🌱 Simple foundation library",
  "author": {
    "name": "Dirk Holtwick",
    "email": "dirk.holtwick@gmail.com",
    "url": "https://holtwick.de"
  },
  "license": "MIT",
  "funding": {
    "type": "GitHub Sponsors ❤",
    "url": "https://github.com/sponsors/holtwick"
  },
  "homepage": "https://github.com/holtwick/zeed",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holtwick/zeed.git"
  },
  "bugs": {
    "url": "https://github.com/holtwick/zeed/issues"
  },
  "keywords": [
    "foundation",
    "typescript",
    "eventemitter",
    "logging",
    "kit",
    "lib",
    "utils",
    "zeed"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.all.d.mts",
      "require": "./dist/index.node.cjs",
      "node": "./dist/index.node.mjs",
      "default": "./dist/index.browser.mjs"
    },
    "./eslint": "./src/eslint-defaults.js"
  },
  "main": "dist/index.node.cjs",
  "module": "dist/index.browser.mjs",
  "types": "dist/index.all.d.mts",
  "files": [
    "AGENTS.md",
    "LICENSE",
    "README.md",
    "SECURITY.md",
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "nr clean && NODE_ENV=production tsdown",
    "build:docs": "nlx typedoc --skipErrorChecking ./src/index.all.ts",
    "check": "tsc --noEmit --skipLibCheck",
    "credits": "nlx credits-cli",
    "circles": "nlx madge --circular --summary --orphans --leaves --warning --extensions ts src",
    "upload:docs": "nr build:docs && rsync -avz docs/* cy:public_html/zeed.holtwick.de",
    "clean": "rm -rf dist",
    "coverage": "vitest --run --coverage",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepublishOnly": "nr build && nr circles",
    "start": "nr watch",
    "test": "nr check && vitest --run",
    "test:browser": "PREVIEW=1 vitest",
    "test:firefox": "BROWSER=firefox vitest",
    "test:webkit": "BROWSER=webkit vitest",
    "test:chromium": "BROWSER=chromium vitest",
    "test:release": "nr lint:fix && nr check && vitest --run",
    "post:release": "nr upload:docs && nr npm:release",
    "npm:release": "npm login && npm publish --access public",
    "watch": "nr build -- --watch src",
    "prep": "nr lint:fix && nr check && nr test:release && nr upload:docs"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^8.2.0",
    "@antfu/ni": "^30.0.0",
    "@types/node": "^25.6.0",
    "@vitejs/plugin-vue": "^6.0.6",
    "@vitest/browser": "^4.1.4",
    "@vitest/coverage-v8": "^4.1.4",
    "esbuild": "^0.28.0",
    "eslint": "^10.2.0",
    "playwright": "^1.59.1",
    "pnpm": "^10.32.1",
    "tsdown": "^0.21.8",
    "typescript": "^6.0.2",
    "vite": "^8.0.8",
    "vitest": "^4.1.4"
  }
}
