UNPKG

@superbuilders/mureka

Version:

TypeScript client for the Mureka AI API, providing type-safe access to music generation, lyrics creation, speech synthesis, and fine-tuning capabilities

56 lines (55 loc) 1.36 kB
{ "name": "@superbuilders/mureka", "version": "1.0.4", "description": "TypeScript client for the Mureka AI API, providing type-safe access to music generation, lyrics creation, speech synthesis, and fine-tuning capabilities", "module": "dist/index.js", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "build": "bun build src/index.ts --outdir dist --target node --minify --sourcemap && tsc --emitDeclarationOnly --outDir dist", "typecheck": "tsc --noEmit && biome check --write .", "test": "bun test", "test:watch": "bun test --watch", "test:coverage": "bun test --coverage", "prepublishOnly": "bun run build" }, "keywords": [ "ai", "music-generation", "lyrics-generation", "speech-synthesis", "podcast-generation", "fine-tuning", "typescript", "api-client" ], "author": "Aiden Zepp", "license": "MIT-0", "repository": { "type": "git", "url": "https://github.com/superbuilders/mureka" }, "devDependencies": { "@types/bun": "latest", "@types/node": "^22.15.29" }, "peerDependencies": { "typescript": "^5.8.3" }, "engines": { "node": ">=18" }, "dependencies": { "@biomejs/biome": "^2.0.0-beta.6", "@superbuilders/errors": "^2.0.0", "@superbuilders/mureka": "^1.0.0", "zod": "^3.25.49" }, "publishConfig": { "access": "public" } }