{
  "name": "@xanthous/loopback4-extension-grpc",
  "version": "1.0.15",
  "description": "A gRPC extencion for LoopBack Next",
  "main": "index.js",
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "build": "lb-tsc es2017 --outDir dist",
    "build:apidocs": "lb-apidocs",
    "build:watch": "lb-tsc es2017 --outDir dist --watch",
    "clean": "lb-clean loopback-grpc*.tgz dist package api-docs",
    "prepublishOnly": "npm run build && npm run build:apidocs",
    "pretest": "npm run lint:fix && npm run clean && npm run build",
    "test": "lb-mocha \"DIST/test/unit/**/*.js\" \"DIST/test/acceptance/**/*.js\"",
    "lint": "npm run prettier:check && npm run tslint",
    "lint:fix": "npm run prettier:fix && npm run tslint:fix",
    "tslint": "lb-tslint --project tsconfig.json",
    "tslint:fix": "npm run tslint -- --fix",
    "prettier:cli": "lb-prettier \"**/*.ts\"",
    "prettier:check": "npm run prettier:cli -- -l",
    "prettier:fix": "npm run prettier:cli -- --write",
    "posttest": "npm run lint",
    "test:dev": "lb-mocha && npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strongloop/loopback4-extension-grpc.git"
  },
  "author": {
    "name": "Jonathan Casarrubias",
    "email": "jcasarrubias@mean.expert",
    "url": "https://github.com/mean-expert-official"
  },
  "contributors": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/strongloop/loopback4-extension-grpc/issues"
  },
  "homepage": "https://github.com/strongloop/loopback4-extension-grpc#readme",
  "files": [
    "README.md",
    "index.js",
    "index.d.ts",
    "dist",
    "compilers"
  ],
  "dependencies": {
    "@loopback/context": "^1.0.0",
    "@loopback/core": "^1.0.0",
    "@loopback/metadata": "^1.0.0",
    "@loopback/repository": "^1.0.0",
    "@loopback/rest": "^1.0.0",
    "@xanthous/protoc-ts": "^0.0.4",
    "glob": "^7.1.2",
    "grpc": "^1.6.6",
    "protobufjs": "^6.8.0"
  },
  "devDependencies": {
    "@loopback/build": "^1.0.0",
    "@loopback/testlab": "^1.0.0",
    "@types/glob": "^5.0.35"
  }
}
