{
  "name": "grpc-webpack-plugin",
  "version": "0.2.79",
  "description": "A webpack plugin that compiles .proto files automatically with gRPC-Web.",
  "main": "index.js",
  "author": "yk",
  "repository": "github:m8524769/grpc-webpack-plugin",
  "bugs": {
    "url": "https://github.com/m8524769/grpc-webpack-plugin/issues",
    "email": "m8524769@gmail.com"
  },
  "license": "MIT",
  "keywords": [
    "webpack",
    "plugin",
    "grpc-web",
    "protoc"
  ],
  "scripts": {
    "test": "jest --runInBand --coverage"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "engines": {
    "node": ">=10.12.0"
  },
  "dependencies": {
    "command-exists": "^1.2.8"
  },
  "devDependencies": {
    "jest": "^24.9.0",
    "rimraf": "^3.0.0",
    "webpack": "^4.41.1"
  },
  "peerDependencies": {
    "grpc-web": "^1.0.0",
    "webpack": "^4.0.0"
  }
}
