{
  "name": "apollo-datasource-grpc",
  "version": "1.0.2",
  "description": "gRPC implementation of Apollo Server's Datasources. Makes it possible to use Partial Query Caching",
  "main": "dist/main/index.js",
  "module": "dist/module/index.js",
  "types": "dist/main/index.d.ts",
  "scripts": {
    "build": "yarn clean && yarn build-main && yarn build-module",
    "build-main": "yarn tsc -p tsconfig.json",
    "build-module": "yarn tsc -p tsconfig.module.json",
    "clean": "npx rimraf dist",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sorenhoyer/apollo-datasource-grpc.git"
  },
  "keywords": [
    "apollo",
    "apollo-datasource",
    "apollo-datasource-grpc",
    "grpc"
  ],
  "author": "Søren Høyer",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sorenhoyer/apollo-datasource-grpc/issues"
  },
  "homepage": "https://github.com/sorenhoyer/apollo-datasource-grpc#readme",
  "devDependencies": {
    "@types/node": "^16.3.2",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "apollo-datasource": "^0.6.3"
  }
}
