{
  "name": "@runewolf/phase-poc",
  "version": "0.0.6",
  "description": "The lifecycle-aware performance layer for the web. Know when to animate, when to render, and when to pause",
  "author": "runewolf7",
  "license": "MIT",
  "repository": {
    "url": "git+https://github.com/runewolf7/phase-poc.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "sideEffects": false,
  "scripts": {
    "build": "tsdown",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "oxlint .",
    "lint:fix": "oxlint --fix .",
    "format": "oxfmt --check",
    "format:fix": "oxfmt .",
    "size": "size-limit",
    "size:readme": "node scripts/update-size-table.mjs",
    "prepublishOnly": "pnpm build",
    "postinstall": "lefthook install || true",
    "validate": "pnpm run --parallel '/^(typecheck|lint|format|test|skill:check)$/'",
    "skill:check": "node skills/phase/scripts/check-coverage.mjs",
    "skill:build": "node skills/phase/scripts/build-agents.mjs",
    "skill:package": "node skills/phase/scripts/package.mjs"
  },
  "peerDependencies": {
    "react": ">=18"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "12.1.0",
    "@testing-library/dom": "10.4.1",
    "@testing-library/react": "16.3.0",
    "@types/node": "25.6.0",
    "@types/react": "19.2.10",
    "@types/react-dom": "19.2.3",
    "jsdom": "23.2.0",
    "lefthook": "2.1.5",
    "oxfmt": "0.44.0",
    "oxlint": "1.59.0",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "size-limit": "12.1.0",
    "tsdown": "0.21.7",
    "typescript": "6.0.2",
    "vitest": "4.1.4"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./ease": {
      "types": "./dist/ease.d.ts",
      "default": "./dist/ease.js"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "default": "./dist/react.js"
    }
  },
  "engines": {
    "node": "24.x"
  },
  "packageManager": "pnpm@10.32.1"
}
