{
  "name": "@optima-chat/dev-skills",
  "version": "0.14.0",
  "description": "Claude Code Skills for Optima development team - cross-environment collaboration tools",
  "main": "index.js",
  "bin": {
    "optima-dev-skills": "bin/cli.js",
    "optima-account": "dist/bin/helpers/account.js",
    "optima-entitlement": "dist/bin/helpers/entitlement.js",
    "optima-generate-test-token": "dist/bin/helpers/generate-test-token.js",
    "optima-grant-credits": "dist/bin/helpers/grant-credits.js",
    "optima-grant-balance": "dist/bin/helpers/grant-credits.js",
    "optima-grant-subscription": "dist/bin/helpers/grant-subscription.js",
    "optima-logs": "dist/bin/helpers/logs.js",
    "optima-plugin": "dist/bin/helpers/plugin.js",
    "optima-discount": "dist/bin/helpers/discount.js",
    "optima-product": "dist/bin/helpers/product.js",
    "optima-query-db": "dist/bin/helpers/query-db.js",
    "optima-show-env": "dist/bin/helpers/show-env.js",
    "optima-verify-health": "dist/bin/helpers/verify-health.js",
    "optima-cn-deploy": "dist/bin/helpers/cn-deploy.js"
  },
  "scripts": {
    "postinstall": "node scripts/install.js",
    "build": "tsc",
    "prepare": "npm run build",
    "pretest": "npm run build",
    "test": "node --test tests/*.test.js"
  },
  "keywords": [
    "claude-code",
    "skills",
    "optima",
    "devops",
    "logs",
    "aws",
    "cloudwatch"
  ],
  "author": "Optima AI Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Optima-Chat/optima-dev-skills.git"
  },
  "bugs": {
    "url": "https://github.com/Optima-Chat/optima-dev-skills/issues"
  },
  "homepage": "https://github.com/Optima-Chat/optima-dev-skills#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    ".claude",
    ".codex",
    "AGENTS.md",
    "bin",
    "docs",
    "dist",
    "scripts",
    "README.md",
    "tsconfig.json"
  ],
  "devDependencies": {
    "@types/node": "^24.10.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}
