{
  "name": "@nano-step/skill-manager",
  "version": "5.27.0",
  "description": "CLI tool that installs and manages AI agent skills, MCP tool routing, and workflow configurations.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "skill-manager": "bin/cli.js"
  },
  "files": [
    "bin",
    "dist",
    "skills",
    "private-catalog.json"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "nano-step",
    "opencode",
    "skill",
    "skill-manager",
    "mcp",
    "model-context-protocol",
    "ai",
    "llm",
    "cli"
  ],
  "author": "nano-step",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nano-step/skill-manager"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "fs-extra": "^11.2.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.11.30",
    "typescript": "^5.4.5"
  }
}
