{
  "name": "@google-cloud/projectify",
  "version": "1.0.4",
  "description": "A simple utility for replacing the projectid token in objects.",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "repository": "googleapis/nodejs-projectify",
  "scripts": {
    "test-only": "nyc mocha build/test",
    "test": "npm run test-only",
    "codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
    "lint": "gts check",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run lint",
    "docs": "compodoc src/",
    "presystem-test": "npm run compile",
    "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
    "system-test": "mocha build/system-test",
    "docs-test": "linkinator docs",
    "predocs-test": "npm run docs"
  },
  "keywords": [],
  "files": [
    "build/src",
    "!build/src/**/*.map"
  ],
  "author": "Google Inc.",
  "license": "Apache-2.0",
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.7",
    "@types/mocha": "^5.2.4",
    "@types/node": "^10.5.2",
    "codecov": "^3.0.4",
    "gts": "^1.0.0",
    "hard-rejection": "^2.0.0",
    "intelli-espower-loader": "^1.0.1",
    "mocha": "^6.0.0",
    "nyc": "^14.0.0",
    "source-map-support": "^0.5.6",
    "typescript": "3.6.4",
    "linkinator": "^1.5.0"
  },
  "engines": {
    "node": ">=8.10.0"
  }
}
