UNPKG

@google-cloud/projectify

Version:

A simple utility for replacing the projectid token in objects.

48 lines (47 loc) 1.25 kB
{ "name": "@google-cloud/projectify", "version": "5.1.0", "description": "A simple utility for replacing the projectid token in objects.", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": { "type": "git", "directory": "core/projectify", "url": "https://github.com/googleapis/google-cloud-node.git" }, "scripts": { "test": "c8 mocha build/test", "lint": "gts check", "clean": "gts clean", "compile": "tsc -p .", "fix": "gts fix", "prepare": "npm run compile", "pretest": "npm run compile", "docs": "jsdoc -c .jsdoc.js", "system-test": "echo 'no system test'", "precompile": "gts clean" }, "keywords": [], "files": [ "build/src", "!build/src/**/*.map" ], "author": "Google Inc.", "license": "Apache-2.0", "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "^22.13.9", "c8": "^10.1.3", "codecov": "^3.8.3", "gts": "^6.0.2", "jsdoc": "^4.0.4", "jsdoc-fresh": "^3.0.0", "jsdoc-region-tag": "^3.0.0", "mocha": "^11.1.0", "typescript": "^5.8.2" }, "engines": { "node": ">=18" }, "homepage": "https://github.com/googleapis/google-cloud-node/tree/main/core/projectify" }