mirror of
https://github.com/jambonz/speech-utils.git
synced 2025-12-19 03:37:49 +00:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "@jambonz/speech-utils",
|
|
"version": "0.1.3",
|
|
"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",
|
|
"jslint:fix": "npm run jslint --fix",
|
|
"build": "./build_stubs.sh",
|
|
"prepare": "husky"
|
|
},
|
|
"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.496.0",
|
|
"@aws-sdk/client-sts": "^3.496.0",
|
|
"@google-cloud/text-to-speech": "^5.0.2",
|
|
"@grpc/grpc-js": "^1.9.14",
|
|
"@jambonz/realtimedb-helpers": "^0.8.7",
|
|
"bent": "^7.3.12",
|
|
"debug": "^4.3.4",
|
|
"form-urlencoded": "^6.1.4",
|
|
"google-protobuf": "^3.21.2",
|
|
"ibm-watson": "^8.0.0",
|
|
"microsoft-cognitiveservices-speech-sdk": "1.36.0",
|
|
"openai": "^4.25.0",
|
|
"undici": "^6.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"config": "^3.3.11",
|
|
"eslint": "^9.3.0",
|
|
"eslint-plugin-promise": "^6.2.0",
|
|
"husky": "^9.0.11",
|
|
"nyc": "^15.1.0",
|
|
"pino": "^9.1.0",
|
|
"tape": "^5.7.5"
|
|
}
|
|
}
|