{
  "name": "@embrace-ai/infra-api-schema-sync",
  "version": "1.1.3",
  "bin": {
    "api-tool": "./dist/src/index.js"
  },
  "main": "./src/index.js",
  "files": [
    "src/",
    "templates/",
    "dist",
    "CHANGELOG.md",
    "README.md"
  ],
  "description": "API schema synchronization tool for automated client validation and code generation across distributed repositories",
  "author": "Embrace.ai",
  "repository": {
    "type": "git",
    "url": "https://github.com/Embrace-AI/infra-api-schema-sync"
  },
  "types": "dist/**/*.d.ts",
  "keywords": [],
  "type": "module",
  "dependencies": {
    "@graphql-codegen/cli": "^7.0.0",
    "@graphql-codegen/typescript": "^6.0.0",
    "@graphql-inspector/cli": "^6.0.0",
    "@graphql-inspector/core": "^7.1.3",
    "@scaldwell77/aws-signed-fetch": "^5.0.0",
    "commander": "^15.0.0",
    "fs-extra": "^11.3.0",
    "globals": "^17.0.0",
    "graphql": "^16.11.0",
    "yaml": "^2.8.0"
  },
  "devDependencies": {
    "@eslint/compat": "2.1.0",
    "@trivago/prettier-plugin-sort-imports": "6.0.2",
    "@tsconfig/node22": "22.0.5",
    "@types/node": "24.13.2",
    "@typescript-eslint/eslint-plugin": "8.62.0",
    "@typescript-eslint/parser": "8.62.0",
    "@vitest/coverage-v8": "4.1.9",
    "eslint": "9.39.4",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-prefer-arrow": "1.2.3",
    "eslint-plugin-prettier": "5.5.6",
    "eslint-plugin-unused-imports": "4.4.1",
    "prettier": "3.8.4",
    "ts-pattern": "5.9.0",
    "typescript": "6.0.3",
    "vitest": "4.1.9"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "tsc",
    "build:watch": "tsc --watch",
    "rebuild": "pnpm clean && pnpm build",
    "types": "echo no types",
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "test": "vitest run"
  }
}