@aristech-org/tts-client
Version:
A Node.js client library for the Aristech Text-to-Speech API
58 lines (57 loc) • 1.38 kB
JSON
{
"name": "@aristech-org/tts-client",
"version": "2.1.0",
"description": "A Node.js client library for the Aristech Text-to-Speech API",
"type": "module",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "tsx --test",
"start": "tsx watch src/index.ts",
"build": "tsc -p .",
"generate": "mkdir -p src/generated && ./proto2Typescript.sh",
"type-check": "tsc --noEmit",
"prepare": "simple-git-hooks"
},
"simple-git-hooks": {
"pre-commit": "npm run --prefix node type-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aristech-de/tts-clients.git"
},
"keywords": [
"text-to-speech",
"real-time",
"streaming",
"client-library"
],
"author": "Martin Mende",
"license": "MIT",
"bugs": {
"url": "https://github.com/aristech-de/tts-clients/issues"
},
"homepage": "https://github.com/aristech-de/tts-clients#readme",
"devDependencies": {
"@types/node": "25.9.1",
"dotenv": "17.4.2",
"simple-git-hooks": "2.13.1",
"ts-proto": "2.11.8",
"tsx": "4.22.3",
"typescript": "6.0.3"
},
"dependencies": {
"@bufbuild/protobuf": "2.12.0",
"@grpc/grpc-js": "1.14.4"
},
"files": [
"dist"
],
"exports": {
".": "./dist/index.js"
}
}