googleapis/google-cloud-speech-nodejs/speech-v2-nodejs/package.json
2025-07-24 00:50:02 +00:00

58 lines
1.3 KiB
JSON

{
"name": "@google-cloud/speech",
"version": "0.1.0",
"description": "Speech client for Node.js",
"repository": "googleapis/nodejs-speech",
"license": "Apache-2.0",
"author": "Google LLC",
"main": "build/src/index.js",
"files": [
"build/src",
"build/protos"
],
"keywords": [
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"google speech",
"speech",
"speech"
],
"scripts": {
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson",
"compile-protos": "compileProtos src",
"docs": "jsdoc -c .jsdoc.js",
"fix": "gts fix",
"lint": "gts check",
"prepare": "npm run compile-protos && npm run compile",
"system-test": "c8 mocha build/system-test",
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^22.16.2",
"@types/sinon": "^17.0.4",
"c8": "^10.1.3",
"gapic-tools": "^1.0.2",
"gts": "^6.0.2",
"jsdoc": "^4.0.4",
"jsdoc-fresh": "^4.0.0",
"jsdoc-region-tag": "^3.0.0",
"mocha": "^11.7.1",
"pack-n-play": "^3.0.0",
"typescript": "5.8.3",
"sinon": "^21.0.0"
},
"engines": {
"node": ">=v18"
}
}