{
  "name": "@apijack/core",
  "publishConfig": {
    "access": "public"
  },
  "description": "Jack into any OpenAPI spec and rip a full-featured CLI with AI-agentic workflow automation",
  "keywords": [
    "openapi",
    "swagger",
    "cli-generator",
    "codegen",
    "api-automation",
    "agentic",
    "ai-agent",
    "ai-automation",
    "workflow",
    "routine",
    "claude",
    "claude-code",
    "opus",
    "sonnet",
    "haiku",
    "openai",
    "gpt",
    "chatgpt",
    "gemini",
    "mcp",
    "model-context-protocol",
    "tool-use",
    "function-calling",
    "copilot",
    "cursor",
    "windsurf",
    "cline",
    "aider",
    "langchain",
    "autogen",
    "crewai",
    "cli",
    "rest-api",
    "api-client",
    "sdk-generator"
  ],
  "version": "1.14.1",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/normalled/apijack.git"
  },
  "homepage": "https://github.com/normalled/apijack#readme",
  "bugs": {
    "url": "https://github.com/normalled/apijack/issues"
  },
  "type": "module",
  "main": "src/index.ts",
  "files": [
    "src",
    "bin",
    "skills",
    "dist",
    ".claude-plugin",
    ".mcp.json",
    "CLAUDE.md",
    "AGENTS.md",
    "GEMINI.md",
    "README.md",
    "LICENSE"
  ],
  "bin": {
    "apijack": "bin/apijack.ts"
  },
  "scripts": {
    "test": "bun test",
    "lint": "eslint src/ tests/ bin/",
    "lint:fix": "eslint src/ tests/ bin/ --fix",
    "build:plugin": "bun run scripts/build-plugin.ts",
    "prepack": "bun run build:plugin"
  },
  "dependencies": {
    "cli-table3": "^0.6.5",
    "commander": "^14.0.3",
    "js-yaml": "^4.1.1",
    "semver": "^7.7.4"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/bun": "latest",
    "@types/js-yaml": "^4.0.9",
    "@types/semver": "^7.7.1",
    "eslint": "^10.1.0",
    "typescript-eslint": "^8.57.2"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "optionalDependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1"
  }
}
