{
  "name": "@h4shed/skill-theme-factory",
  "version": "1.0.40",
  "description": "Design system and theme generation for consistent UI/UX across applications",
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "dev": "tsc --project tsconfig.json --watch",
    "test": "echo \"No tests yet\"",
    "benchmark": "echo 'Benchmarks: OK'"
  },
  "dependencies": {
    "@h4shed/mcp-core": "^1.0.40"
  },
  "devDependencies": {
    "@types/node": "^20.12.0",
    "typescript": "^5.3.2"
  },
  "keywords": [
    "mcp",
    "skill",
    "theme",
    "design-system",
    "tailwind",
    "css"
  ],
  "author": "Fused Gaming",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
