{
  "name": "apollo-node-client",
  "version": "2.1.2",
  "description": "Node.js Client for Apollo",
  "author": "zhangxh1023",
  "email": "zhangxh1023@gmail.com",
  "url": "https://github.com/zhangxh1023/apollo-node-client",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:zhangxh1023/apollo-node-client.git"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "apollo",
    "apollo client",
    "ctrip apollo",
    "ctrip apollo client"
  ],
  "scripts": {
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "build": "npm run typecheck && tsdown",
    "clean": "rm -rf dist coverage",
    "lint": "eslint --ext .ts .",
    "fix": "eslint --fix --ext .ts .",
    "prepublishOnly": "npm run clean && npm run build && npm run lint && npm run test",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.0.3",
    "@types/node": "^18.7.18",
    "@types/node-fetch": "^2.6.2",
    "@typescript-eslint/eslint-plugin": "^2.19.0",
    "@typescript-eslint/parser": "^2.19.0",
    "eslint": "^6.8.0",
    "jest": "^29.4.1",
    "ts-jest": "^29.0.5",
    "tsdown": "^0.22.1",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "node-fetch": "^2.6.9"
  }
}
