mirror of
https://github.com/jambonz/speech-utils.git
synced 2025-12-18 19:27:46 +00:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "@jambonz/speech-utils",
|
|
"version": "0.2.27",
|
|
"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": {
|
|
"23": "^0.0.0",
|
|
"@aws-sdk/client-polly": "^3.496.0",
|
|
"@aws-sdk/client-sts": "^3.496.0",
|
|
"@cartesia/cartesia-js": "^2.2.7",
|
|
"@google-cloud/text-to-speech": "^5.5.0",
|
|
"@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": "^11.0.0",
|
|
"microsoft-cognitiveservices-speech-sdk": "1.38.0",
|
|
"openai": "^4.98.0",
|
|
"undici": "^7.5.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"
|
|
}
|
|
}
|