{
  "name": "super-ux",
  "version": "0.56.2",
  "scripts": {
    "test": "python3 test/validate.py && python3 test/brand_lint_test.py && python3 test/ux_lint_test.py && python3 docs/ux/lint.py && python3 docs/brand/lint.py && node test/installer_test.js && npm run test:audit",
    "test:audit": "for t in test/audit_regressions/*.py; do python3 \"$t\" || exit 1; done"
  },
  "description": "Scenario-driven UI development for AI agents (Claude Code, Cursor, 70+ agents): a versioned design chain in docs/ux/, a scenario-first hard rule, a deterministic drift linter, and evidence-backed UX audits. This package is the installer CLI.",
  "bin": {
    "super-ux": "bin/super-ux.js"
  },
  "files": [
    "bin",
    "cursor",
    "templates",
    "plugins/super-ux/scripts/ux_lint.py",
    "plugins/super-ux/scripts/ux_doctor.py",
    "plugins/super-ux/scripts/brand_lint.py",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "repository": "github:ssheleg/super-ux",
  "homepage": "https://skills.sshlg.me/skills/super-ux/",
  "bugs": {
    "url": "https://github.com/ssheleg/super-ux/issues"
  },
  "license": "MIT",
  "author": {
    "name": "ssheleg",
    "url": "https://x.com/sshlg93"
  },
  "engines": {
    "node": ">=16"
  },
  "keywords": [
    "ux",
    "scenarios",
    "audit",
    "ui",
    "user-flows",
    "scenario-driven",
    "claude-code",
    "cursor"
  ]
}
