|
| 1 | +{ |
| 2 | + "name": "@google-cloud/cloudprofiler", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Cloudprofiler client for Node.js", |
| 5 | + "repository": "googleapis/nodejs-cloudprofiler", |
| 6 | + "license": "Apache-2.0", |
| 7 | + "author": "Google LLC", |
| 8 | + "main": "build/src/index.js", |
| 9 | + "files": [ |
| 10 | + "build/src", |
| 11 | + "build/protos" |
| 12 | + ], |
| 13 | + "keywords": [ |
| 14 | + "google apis client", |
| 15 | + "google api client", |
| 16 | + "google apis", |
| 17 | + "google api", |
| 18 | + "google", |
| 19 | + "google cloud platform", |
| 20 | + "google cloud", |
| 21 | + "cloud", |
| 22 | + "google cloudprofiler", |
| 23 | + "cloudprofiler", |
| 24 | + "profiler service" |
| 25 | + ], |
| 26 | + "scripts": { |
| 27 | + "clean": "gts clean", |
| 28 | + "compile": "tsc -p . && cp -r protos build/ && minifyProtoJson", |
| 29 | + "compile-protos": "compileProtos src", |
| 30 | + "docs": "jsdoc -c .jsdoc.js", |
| 31 | + "fix": "gts fix", |
| 32 | + "lint": "gts check", |
| 33 | + "prepare": "npm run compile-protos && npm run compile", |
| 34 | + "system-test": "c8 mocha build/system-test", |
| 35 | + "test": "c8 mocha build/test" |
| 36 | + }, |
| 37 | + "dependencies": { |
| 38 | + "google-gax": "^4.0.5" |
| 39 | + }, |
| 40 | + "devDependencies": { |
| 41 | + "@types/mocha": "^10.0.2", |
| 42 | + "@types/node": "^18.11.18", |
| 43 | + "@types/sinon": "^10.0.19", |
| 44 | + "c8": "^8.0.1", |
| 45 | + "gapic-tools": "^0.2.0", |
| 46 | + "gts": "5.2.0", |
| 47 | + "jsdoc": "^4.0.2", |
| 48 | + "jsdoc-fresh": "^3.0.0", |
| 49 | + "jsdoc-region-tag": "^3.0.0", |
| 50 | + "mocha": "^10.2.0", |
| 51 | + "pack-n-play": "^2.0.3", |
| 52 | + "sinon": "^15.2.0", |
| 53 | + "typescript": "5.1.6" |
| 54 | + }, |
| 55 | + "engines": { |
| 56 | + "node": ">=v14" |
| 57 | + } |
| 58 | +} |
0 commit comments