{
  "name": "spovishun-skills",
  "version": "1.30.0",
  "description": "Portable Claude Code skills, agents, hooks and rules — bootstrapped from the Spovishun project. Installs into Claude Code, Codex, Windsurf and Cursor via per-assistant adapters.",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "spovishun-skills": "bin/spovishun-skills.js"
  },
  "files": [
    "bin",
    "lib",
    "skills",
    "agents",
    "hooks",
    "rules",
    "templates",
    "scripts",
    "adapters",
    "schema",
    ".claude-plugin",
    "LICENSE",
    "NOTICE.md",
    "README.md",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "lint": "node --check bin/spovishun-skills.js && node scripts/validate-all-manifests.js && node scripts/check-vendored-marked.js",
    "check:drift": "node scripts/check-upstream-drift.js",
    "test": "node --test --test-reporter=spec"
  },
  "keywords": [
    "claude-code",
    "claude-plugin",
    "skills",
    "agents",
    "hooks",
    "ai-assistant",
    "codex",
    "windsurf",
    "cursor"
  ],
  "author": "Danylo Bidnyk",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Astrumon/spovishun-skills.git"
  },
  "bugs": {
    "url": "https://github.com/Astrumon/spovishun-skills/issues"
  },
  "homepage": "https://github.com/Astrumon/spovishun-skills#readme",
  "dependencies": {
    "ajv": "^8.20.0",
    "ajv-formats": "^3.0.1",
    "inquirer": "^9.3.8",
    "js-yaml": "^4.1.1",
    "marked": "^15.0.12"
  }
}
