{
  "name": "kiro-super-skills",
  "version": "1.0.2",
  "description": "Unofficial community package that bundles Anthropic's open-source Claude Code skills for easy installation in Kiro IDE. Skills are redistributed unchanged under Apache 2.0.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "kiro-super-skills": "./bin/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "build:skills": "node dist/cli.js build --all",
    "postinstall": "node bin/postinstall.js",
    "test": "node --test tests/*.test.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "kiro",
    "kiro-ide",
    "skills",
    "agent-skills",
    "agentskills",
    "ai",
    "claude",
    "ai-agent",
    "ide",
    "developer-tools",
    "productivity"
  ],
  "author": "Richardmbs12",
  "license": "MIT",
  "files": [
    "dist/",
    "bin/",
    "skills/",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "docx": "^9.5.1",
    "fs-extra": "^11.2.0",
    "gray-matter": "^4.0.3",
    "inquirer": "^9.3.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.9",
    "@types/node": "^20.14.0",
    "typescript": "^5.5.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
