{
  "name": "ai-skill-manager",
  "version": "1.0.2",
  "description": "A lightweight utility to download and manage skills for different AI coding assistants",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "ai-skill": "bin/ai-skill.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch",
    "lint": "eslint src/*.ts --fix",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build && npm run test",
    "clean": "rm -rf lib/ dist/ *.tgz"
  },
  "keywords": [
    "ai",
    "skills",
    "github-copilot",
    "claude",
    "codex",
    "cursor",
    "codeium",
    "developer-tools",
    "git",
    "sparse-checkout",
    "selective-download",
    "batch-download",
    "skill-management"
  ],
  "author": "AI Skill Manager",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/binzhango/agent-skills-util.git"
  },
  "bugs": {
    "url": "https://github.com/binzhango/agent-skills-util/issues"
  },
  "homepage": "https://github.com/binzhango/agent-skills-util#readme",
  "dependencies": {
    "axios": "^1.6.0",
    "commander": "^11.0.0",
    "fs-extra": "^11.0.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.0",
    "@types/jest": "^29.0.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.0.0",
    "jest": "^29.0.0",
    "ts-jest": "^29.4.6",
    "typescript": "^5.0.0"
  },
  "files": [
    "lib/**/*",
    "bin/**/*",
    "CHANGELOG.md",
    "CONTRIBUTING.md"
  ],
  "engines": {
    "node": ">=14.0.0"
  }
}
