{
  "name": "@croquiscom/crary-graphql",
  "version": "1.6.0",
  "description": "Croquis's library - graphql extension",
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "./lib",
  "types": "./lib/index.d.ts",
  "bin": {
    "check-deprecated": "./bin/check-deprecated"
  },
  "scripts": {
    "prepublishOnly": "npm run lint && npm run build",
    "build": "rimraf lib && tsc -p src/tsconfig.build.json",
    "lint": "../../node_modules/.bin/eslint .",
    "test:type": "tsc --noEmit",
    "test:unit": "mocha -n import=tsx ./test/*/*.ts",
    "test": "npm run test:type && npm run lint && npm run test:unit --",
    "changeset": "changeset",
    "release": "npm run lint && npm run build && npm run changeset publish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/croquiscom/crary-node.git"
  },
  "author": "Sangmin Yoon <simon.yoon@kakaostyle.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/croquiscom/crary-node/issues"
  },
  "homepage": "https://github.com/croquiscom/crary-node",
  "dependencies": {
    "@graphql-tools/delegate": "^12.0.12",
    "@graphql-tools/utils": "^11.0.0",
    "graphql": "^16.13.2"
  },
  "devDependencies": {
    "@changesets/cli": "^2.30.0",
    "@graphql-tools/stitch": "^10.1.16",
    "@types/chai": "^5.2.3",
    "@types/graphql": "^14.5.0",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.12.0",
    "chai": "^6.2.2",
    "mocha": "^11.7.5",
    "rimraf": "^6.1.3",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "overrides": {
    "mocha": {
      "diff": "8.0.4",
      "serialize-javascript": "7.0.5"
    }
  }
}
