Files
speech-utils/package.json
2023-05-31 21:53:18 +07:00

48 lines
1.2 KiB
JSON

{
"name": "@jambonz/speech-utils",
"version": "0.0.13",
"description": "TTS-related speech utilities for jambonz",
"main": "index.js",
"author": "Dave Horton",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "NODE_ENV=test node test/ ",
"coverage": "nyc --reporter html --report-dir ./coverage npm run test",
"jslint": "eslint index.js lib",
"build": "./build_stubs.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jambonz/speech-utils.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jambonz/speech-utils/issues"
},
"homepage": "https://github.com/jambonz/speech-utils#readme",
"dependencies": {
"@aws-sdk/client-polly": "^3.303.0",
"@google-cloud/text-to-speech": "^4.2.1",
"@grpc/grpc-js": "^1.8.13",
"bent": "^7.3.12",
"debug": "^4.3.4",
"form-urlencoded": "^6.1.0",
"google-protobuf": "^3.21.2",
"ibm-watson": "^8.0.0",
"microsoft-cognitiveservices-speech-sdk": "^1.26.0",
"ioredis": "^5.3.2",
"undici": "^5.21.0"
},
"devDependencies": {
"config": "^3.3.9",
"eslint": "^8.33.0",
"eslint-plugin-promise": "^6.1.1",
"nyc": "^15.1.0",
"pino": "^7.2.0",
"tape": "^5.1.1"
}
}