UNPKG

audiopod-sdk

Version:

AudioPod SDK for Node.js and React - Professional Audio Processing powered by AI

81 lines (80 loc) 1.69 kB
{ "name": "audiopod-sdk", "version": "1.2.0", "description": "AudioPod SDK for Node.js and React - Professional Audio Processing powered by AI", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./react": { "import": "./dist/react.esm.js", "require": "./dist/react.js", "types": "./dist/react.d.ts" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "postinstall": "echo 'AudioPod SDK installed successfully! Visit https://audiopod.ai/docs for documentation.'" }, "keywords": [ "audiopod", "audio", "processing", "ai", "voice", "cloning", "transcription", "translation", "music", "generation", "react", "nodejs", "typescript", "sdk", "api" ], "author": { "name": "AudioPod AI", "email": "support@audiopod.ai", "url": "https://audiopod.ai" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/audiopod-ai/audiopod.git", "directory": "packages/js-sdk" }, "bugs": { "url": "https://github.com/audiopod-ai/audiopod/issues" }, "homepage": "https://audiopod.ai", "engines": { "node": ">=16.0.0" }, "dependencies": { "axios": "^1.6.0", "form-data": "^4.0.0", "tslib": "^2.8.1", "ws": "^8.14.0" }, "peerDependencies": { "react": ">=16.8.0" }, "peerDependenciesMeta": { "react": { "optional": true } }, "publishConfig": { "access": "public" } }