{
  "name": "@newmo/graphql-fake-core",
  "version": "1.0.0",
  "private": false,
  "description": "GraphQL fake core library",
  "keywords": [
    "testing",
    "mock",
    "graphql"
  ],
  "repository": "https://github.com/newmo-oss/graphql-fake-server.git",
  "license": "MIT",
  "author": "newmo, Inc.",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      }
    }
  },
  "files": [
    "src/",
    "!src/test",
    "!src/**/*.test.ts",
    "!src/**/__snapshots__",
    "dist/"
  ],
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc -p tsconfig.build.json",
    "lint": "tsc",
    "test": "vitest run",
    "updateSnapshot": "vitest run -u"
  },
  "dependencies": {
    "@graphql-codegen/visitor-plugin-common": "7.0.2"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "7.0.0",
    "@graphql-codegen/typescript": "6.0.1",
    "@tsconfig/node22": "22.0.5",
    "@tsconfig/strictest": "2.0.8",
    "@types/eslint": "9.6.1",
    "@types/node": "25.9.0",
    "graphql": "16.14.0",
    "typescript": "6.0.3",
    "vitest": "4.1.6",
    "vitest-github-actions-reporter": "0.11.1"
  },
  "peerDependencies": {
    "graphql": "^16.8.1"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "58c17295c070b17e3f971eaf46ba36ecfdcce977"
}
