UNPKG

gpt-sovits-sdk

Version:

Node.js SDK for GPT-SoVITS API

55 lines (54 loc) 1.37 kB
{ "name": "gpt-sovits-sdk", "version": "0.3.0", "description": "Node.js SDK for GPT-SoVITS API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "tsc && node dist/test.js", "test:advanced": "tsc && node dist/test-advanced.js", "test:emotion": "tsc && node dist/test-emotion.js", "test:direct": "tsc && node dist/test-direct.js", "test:all": "tsc && node dist/test.js && node dist/test-advanced.js && node dist/test-emotion.js && node dist/test-direct.js", "lint": "eslint src --ext .ts", "prepare": "npm run build" }, "keywords": [ "gpt-sovits", "tts", "text-to-speech", "api", "sdk", "voice-synthesis", "ai-voice", "chinese-tts" ], "author": { "name": "GPT-SoVITS-user" }, "license": "MIT", "dependencies": { "form-data": "^4.0.0" }, "devDependencies": { "@types/form-data": "^2.2.1", "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" }, "engines": { "node": ">=14.0.0" }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md" ] }