{
  "name": "google-ads-node",
  "version": "0.1.3",
  "description": "Google Ads gRPC Client Library for Node",
  "main": "build/main/index.js",
  "typings": "build/main/index.d.ts",
  "repository": "https://github.com/opteo/google-ads-node",
  "license": "MIT",
  "scripts": {
    "build": "run-s clean build:* copy-protos",
    "build:main": "tsc -p tsconfig.json",
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.ts\" --write",
    "fix:tslint": "tslint --fix --project .",
    "test": "run-s build test:*",
    "test:lint": "tslint --project . && prettier \"src/**/*.ts\" --debug-check",
    "test:unit": "nyc jest --coverage",
    "watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch --runInBand\"",
    "version": "standard-version",
    "reset": "git clean -dfx && git reset --hard && npm i",
    "clean": "trash build test",
    "all": "run-s reset protos test",
    "prepare-release": "run-s all version",
    "protos": "make protos",
    "copy-protos": "cp -rf src/protos build/main/"
  },
  "engines": {
    "node": ">=8.9"
  },
  "dependencies": {
    "@types/google-protobuf": "^3.2.7",
    "@types/protobufjs": "^6.0.0",
    "google-auth-library": "^3.1.0",
    "google-protobuf": "^3.7.0-rc.2",
    "grpc": "^1.18.0"
  },
  "devDependencies": {
    "@types/jest": "^24.0.1",
    "@types/node": "^11.9.0",
    "cz-conventional-changelog": "^2.1.0",
    "grpc-tools": "^1.7.1",
    "grpc-ts-protoc-gen": "^0.1.1",
    "jest": "23.x",
    "npm-run-all": "^4.1.5",
    "nyc": "^13.1.0",
    "prettier": "^1.15.2",
    "standard-version": "^4.4.0",
    "trash-cli": "^1.4.0",
    "ts-jest": "^23.10.5",
    "ts-protoc-gen": "^0.9.0",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.17.0",
    "tslint-immutable": "^5.0.0",
    "typescript": "^3.1.6"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "nyc": {
    "exclude": [
      "**/*.spec.js"
    ]
  },
  "keywords": [
    "google ads api",
    "google ads",
    "google ads nodejs",
    "google ads js",
    "ads node",
    "grpc",
    "proto"
  ]
}
