{
  "name": "@comsma/apollo-datasource-grpc",
  "version": "1.1.1",
  "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",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean && npm run build-main && npm run build-module",
    "build-main": "tsc -p tsconfig.json",
    "build-module": "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/comsma/apollo-datasource-grpc.git"
  },
  "keywords": [
    "apollo",
    "apollo-datasource",
    "apollo-datasource-grpc",
    "grpc"
  ],
  "author": "Collin Smallegan",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/comsma/apollo-datasource-grpc.git#issues"
  },
  "homepage": "https://github.com/comsma/apollo-datasource-grpc.git#readme",
  "devDependencies": {
    "@types/node": "^18.11.9",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "@grpc/grpc-js": "^1.7.3",
    "apollo-datasource": "^3.3.2"
  }
}
