{
  "name": "synthesisui",
  "version": "0.16.305",
  "description": "Bring SynthesisUI design systems into any project - tokens, typed components, whole pages and an agent-ready CLAUDE.md manifest.",
  "type": "module",
  "bin": {
    "synthesisui": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "synthesisui",
    "design-system",
    "design-tokens",
    "cli",
    "claude-code"
  ],
  "homepage": "https://www.synthesisui.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SynthesisUI/cli.git"
  },
  "bugs": {
    "url": "https://github.com/SynthesisUI/cli/issues"
  },
  "author": "SynthesisUI",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && chmod +x dist/index.js",
    "dev": "tsx src/index.ts",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "check": "tsc -p tsconfig.check.json"
  },
  "license": "MIT"
}
