|
| 1 | +{ |
| 2 | + "name": "@google-cloud/aiplatform", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Aiplatform client for Node.js", |
| 5 | + "repository": "googleapis/nodejs-aiplatform", |
| 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 aiplatform", |
| 23 | + "aiplatform", |
| 24 | + "dataset service", |
| 25 | + "deployment resource pool service", |
| 26 | + "endpoint service", |
| 27 | + "evaluation service", |
| 28 | + "feature online store admin service", |
| 29 | + "feature online store service", |
| 30 | + "feature registry service", |
| 31 | + "featurestore online serving service", |
| 32 | + "featurestore service", |
| 33 | + "gen ai cache service", |
| 34 | + "gen ai tuning service", |
| 35 | + "index endpoint service", |
| 36 | + "index service", |
| 37 | + "job service", |
| 38 | + "llm utility service", |
| 39 | + "match service", |
| 40 | + "metadata service", |
| 41 | + "migration service", |
| 42 | + "model garden service", |
| 43 | + "model service", |
| 44 | + "notebook service", |
| 45 | + "persistent resource service", |
| 46 | + "pipeline service", |
| 47 | + "prediction service", |
| 48 | + "reasoning engine execution service", |
| 49 | + "reasoning engine service", |
| 50 | + "schedule service", |
| 51 | + "specialist pool service", |
| 52 | + "tensorboard service", |
| 53 | + "vertex rag data service", |
| 54 | + "vertex rag service", |
| 55 | + "vizier service" |
| 56 | + ], |
| 57 | + "scripts": { |
| 58 | + "clean": "gts clean", |
| 59 | + "compile": "tsc -p . && cp -r protos build/ && minifyProtoJson", |
| 60 | + "compile-protos": "compileProtos src", |
| 61 | + "docs": "jsdoc -c .jsdoc.js", |
| 62 | + "fix": "gts fix", |
| 63 | + "lint": "gts check", |
| 64 | + "prepare": "npm run compile-protos && npm run compile", |
| 65 | + "system-test": "c8 mocha build/system-test", |
| 66 | + "test": "c8 mocha build/test" |
| 67 | + }, |
| 68 | + "dependencies": { |
| 69 | + "google-gax": "^5.0.0-rc.3" |
| 70 | + }, |
| 71 | + "devDependencies": { |
| 72 | + "@types/mocha": "^10.0.7", |
| 73 | + "@types/node": "^20.16.4", |
| 74 | + "@types/sinon": "^10.0.20", |
| 75 | + "c8": "^10.1.3", |
| 76 | + "gapic-tools": "^1.0.1", |
| 77 | + "gts": "5.3.1", |
| 78 | + "jsdoc": "^4.0.4", |
| 79 | + "jsdoc-fresh": "^3.0.0", |
| 80 | + "jsdoc-region-tag": "^3.0.0", |
| 81 | + "mocha": "^10.7.3", |
| 82 | + "pack-n-play": "^2.0.3", |
| 83 | + "sinon": "^18.0.0", |
| 84 | + "typescript": "5.1.6" |
| 85 | + }, |
| 86 | + "engines": { |
| 87 | + "node": ">=v18" |
| 88 | + } |
| 89 | +} |
0 commit comments