{
  "name": "@lyse-labs/lyse",
  "version": "0.2.0-alpha.6",
  "publishConfig": {
    "access": "public"
  },
  "description": "Design systems drift. Lyse measures it. The local, deterministic health score for your design system — CLI + GitHub Action + MCP server.",
  "license": "AGPL-3.0-only",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "lyse": "dist/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lyse-labs/lyse.git"
  },
  "homepage": "https://github.com/lyse-labs/lyse",
  "bugs": {
    "url": "https://github.com/lyse-labs/lyse/issues"
  },
  "keywords": [
    "lyse",
    "design-system",
    "design-tokens",
    "design-system-audit",
    "drift",
    "drift-detection",
    "linter",
    "audit",
    "fix",
    "codemod",
    "accessibility",
    "a11y",
    "storybook",
    "tailwind",
    "shadcn",
    "react",
    "mcp",
    "model-context-protocol",
    "ai-agents",
    "cursor",
    "claude-code",
    "sarif",
    "cli"
  ],
  "files": [
    "dist/",
    "schemas/",
    "rules-manifest.json",
    "README.md",
    "LICENSE",
    "PRIVACY.md",
    "SECURITY.md"
  ],
  "dependencies": {
    "@anthropic-ai/sdk": "^0.100.1",
    "@babel/parser": "^7.29.7",
    "@babel/traverse": "^7.29.7",
    "@babel/types": "^7.29.7",
    "@clack/prompts": "^1.6.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@swc/core": "1.15.40",
    "@typescript-eslint/parser": "^8.60.1",
    "ansis": "^4.3.1",
    "axe-core": "4.10.2",
    "citty": "0.2.2",
    "eslint": "9.39.4",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "fast-glob": "3.3.3",
    "jose": "^6.2.3",
    "lightningcss": "^1.32.0",
    "minimatch": "^10.2.5",
    "postcss": "^8.4.49",
    "postcss-scss": "^4.0.9",
    "prompts": "^2.4.2",
    "string-width": "^8.2.1",
    "ts-morph": "^28.0.0",
    "typescript": "6.0.3",
    "yaml": "2.9.0",
    "zod": "^3.23.8"
  },
  "peerDependencies": {
    "playwright": "^1.61.0"
  },
  "peerDependenciesMeta": {
    "playwright": {
      "optional": true
    }
  },
  "devDependencies": {
    "@eslint/js": "^9.13.0",
    "@stryker-mutator/core": "^9.6.1",
    "@stryker-mutator/vitest-runner": "^9.6.1",
    "@types/babel__traverse": "^7.28.0",
    "@types/node": "22.19.19",
    "@types/prompts": "^2.4.9",
    "ajv": "^8.20.0",
    "ajv-formats": "^3.0.1",
    "fast-check": "^4.8.0",
    "tsx": "^4.22.4",
    "playwright": "1.61.0",
    "vitest": "4.1.8"
  },
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "node scripts/copy-root-docs.mjs && tsc -p tsconfig.json && node scripts/copy-templates.mjs && node scripts/copy-bench-assets.mjs && node scripts/generate-rules-manifest.mjs",
    "test": "pnpm build && vitest run",
    "test:watch": "vitest",
    "lint": "eslint src",
    "typecheck": "tsc --noEmit",
    "docs:reliability": "tsx ../../scripts/render-coverage.ts",
    "mutation": "stryker run",
    "validate:autonomous": "pnpm build && tsx validation/run.ts",
    "validate:render": "pnpm build && tsx validation/render-lane.ts"
  }
}