{
  "name": "@at74/apollo-client",
  "version": "2.0.13",
  "description": "apollo nodejs client base on @gaoding/apollo-client@2.0.11",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "tsc": "tsc --declaration -p tsconfig.json -w",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "tunan@gaoding.com",
  "maintainers": [
    {
      "name": "tunan",
      "email": "tunan@gaoding.com"
    }
  ],
  "homepage": "https://github.com/xuezier/apollo-client",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^12.20.3",
    "@types/yargs": "^16.0.0",
    "tslib": "^1.14.1",
    "tslint": "^5.20.1",
    "typescript": "^4.1.5"
  },
  "dependencies": {
    "yargs": "^16.2.0"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=8.9.0"
  }
}
