{
  "name": "@glenmaura/axe-skills",
  "version": "2.0.0",
  "description": "AXE Claude Code skills + slash commands installer — 246 skills, 38 commands",
  "bin": {
    "axe-skills": "bin/axe-skills.js"
  },
  "scripts": {
    "postinstall": "node bin/axe-skills.js install --silent"
  },
  "files": [
    "bin/",
    "commands/",
    "skills/"
  ],
  "engines": {
    "node": ">=16"
  },
  "keywords": [
    "claude",
    "axe",
    "mcp",
    "skills",
    "commands"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "restricted"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/memjar/axe-skills.git"
  },
  "license": "UNLICENSED"
}
