{
  "name": "screenslop",
  "version": "0.3.0",
  "description": "Evidence-first design review for Apple apps. Capture the screen, read the AX tree, fix the slop.",
  "type": "module",
  "bin": {
    "screenslop": "bin/screenslop.mjs"
  },
  "files": [
    "bin/",
    "src/",
    "scripts/",
    "tests/*.test.mjs",
    "tests/helpers/",
    "tests/fixtures/evidence/*/accessibility.json",
    "tests/fixtures/evidence/*/evidence.json",
    "tests/fixtures/evidence/*/logs.ndjson",
    "tests/fixtures/evidence/*/screenshot.jpg",
    "tests/fixtures/evidence/*/summary.md",
    "tests/fixtures/source/",
    "schemas/",
    "skills/",
    "docs/agent-integrations.md",
    "docs/agent-playbook.md",
    "docs/baguette-farm.md",
    "docs/architecture.md",
    "docs/commands.md",
    "docs/design-intelligence.md",
    "docs/design-profile-format.md",
    "docs/engine-contract.json",
    "docs/getting-started.md",
    "docs/known-limitations.md",
    "docs/maintenance.md",
    "docs/release-checklist.md",
    "docs/repo-strategy.md",
    "docs/roadmap.md",
    "docs/session-handoff.md",
    "docs/skill-installation.md",
    "docs/upgrading.md",
    "examples/design-profile/",
    "examples/json/",
    "examples/matrix/",
    "examples/runtime-smoke-app/Config/",
    "examples/runtime-smoke-app/README.md",
    "examples/runtime-smoke-app/RuntimeSmoke.xcodeproj/",
    "examples/runtime-smoke-app/RuntimeSmoke.xcworkspace/",
    "examples/runtime-smoke-app/RuntimeSmoke/",
    "examples/runtime-smoke-app/RuntimeSmokePackage/",
    "examples/runtime-smoke-app/RuntimeSmokeUITests/",
    ".github/assets/banner.png",
    "README.md",
    "LICENSE",
    "NOTICE",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "SECURITY.md"
  ],
  "scripts": {
    "doctor": "node bin/screenslop.mjs doctor",
    "see": "node bin/screenslop.mjs see --dry-run",
    "test": "node --test tests/*.test.mjs",
    "smoke:e2e": "node scripts/smoke-e2e-flow.mjs",
    "smoke:package": "node scripts/smoke-package.mjs",
    "cleanup:macos": "node scripts/cleanup-macos-sidecars.mjs",
    "cleanup:macos:dry": "node scripts/cleanup-macos-sidecars.mjs --dry-run",
    "smoke:runtime": "node scripts/smoke-real-runtime.mjs"
  },
  "keywords": [
    "swiftui",
    "ios",
    "macos",
    "design-review",
    "accessibility",
    "baguette",
    "simulator",
    "apple-ui",
    "ios-simulator",
    "ai-agents",
    "codex-cli",
    "claude-code",
    "xcodebuildmcp"
  ],
  "author": "Gabi @ Booplex",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gabelul/screenslop.git"
  },
  "bugs": {
    "url": "https://github.com/gabelul/screenslop/issues"
  },
  "homepage": "https://github.com/gabelul/screenslop#readme"
}
