mirror of
https://github.com/jambonz/speech-utils.git
synced 2025-12-19 03:37:49 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "speech-utils",
|
|
"version": "1.0.0",
|
|
"description": "TTS-related speech utilities for jambonz",
|
|
"main": "index.js",
|
|
"author": "Dave Horton",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "NODE_ENV=test JAMBONES_REDIS_USERNAME=daveh JAMBONES_REDIS_PASSWORD=foobarbazzle 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.269.0",
|
|
"@google-cloud/text-to-speech": "^4.2.0",
|
|
"@grpc/grpc-js": "^1.8.7",
|
|
"@jambonz/realtimedb-helpers": "^0.6.3",
|
|
"aws-sdk": "^2.1310.0",
|
|
"bent": "^7.3.12",
|
|
"debug": "^4.3.4",
|
|
"google-protobuf": "^3.21.2",
|
|
"ibm-watson": "^7.1.2",
|
|
"microsoft-cognitiveservices-speech-sdk": "^1.25.0",
|
|
"undici": "^5.18.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"
|
|
}
|
|
}
|