{
  "name": "frontend-standard-skills",
  "version": "1.0.0",
  "description": "Installable AI skills and enforceable rule files that make Claude Code, Cursor, and other AI coding tools produce accessible, performant (Core Web Vitals-optimized), and consistent frontend code across HTML/CSS, React, Next.js, Nuxt, Astro, Angular, Vue.js, and Svelte projects.",
  "keywords": [
    "claude-code",
    "claude-skills",
    "cursor-rules",
    "ai-coding-standards",
    "frontend-standards",
    "accessibility",
    "wcag",
    "core-web-vitals",
    "web-performance",
    "lighthouse",
    "eslint",
    "react",
    "nextjs",
    "nuxt",
    "astro",
    "angular",
    "vue",
    "svelte"
  ],
  "homepage": "https://github.com/abayomijohn273/frontend_standard_skills#readme",
  "bugs": {
    "url": "https://github.com/abayomijohn273/frontend_standard_skills/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abayomijohn273/frontend_standard_skills.git"
  },
  "license": "MIT",
  "author": "Abayomi John Olatunji",
  "type": "commonjs",
  "bin": {
    "frontend-standard-skills": "bin/cli.js",
    "fss": "bin/cli.js"
  },
  "files": [
    "bin/",
    "skills/",
    ".claude-plugin/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "list": "node bin/cli.js list",
    "postinstall": "node -e \"console.log('\\n✔ frontend-standard-skills installed. Run: npx frontend-standard-skills list\\n')\" || true"
  },
  "publishConfig": {
    "access": "public"
  }
}
