{
  "name": "@improbable-eng/grpc-web-fake-transport",
  "version": "0.15.0",
  "description": "Fake Transport for use with @improbable-eng/grpc-web",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rm -rf lib",
    "postbootstrap": "npm run build",
    "build": "tsc",
    "test": "jest"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "",
  "license": "Apache-2.0",
  "peerDependencies": {
    "@improbable-eng/grpc-web": ">=0.13.0",
    "google-protobuf": ">=3.14.0"
  },
  "devDependencies": {
    "@improbable-eng/grpc-web": "^0.13.0",
    "@types/google-protobuf": "^3.7.4",
    "@types/jest": "^26.0.20",
    "@types/lodash.assignin": "^4.2.6",
    "@types/node": "^14.14.22",
    "google-protobuf": "^3.7.1",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.0",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "lodash.assignin": "^4.2.0"
  }
}
