UNPKG

ai-audiobook-maker

Version:

AI Audiobook Maker - Convert PDFs and text files to audiobooks using OpenAI TTS

55 lines 1.22 kB
{ "name": "ai-audiobook-maker", "version": "2.0.5", "description": "AI Audiobook Maker - Convert PDFs and text files to audiobooks using OpenAI TTS", "main": "src/AudiobookMaker.js", "bin": { "aiabm": "./cli.js" }, "scripts": { "start": "node cli.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "audiobook", "tts", "text-to-speech", "openai", "pdf", "cli", "terminal" ], "author": "AI Audiobook Maker", "license": "MIT", "engines": { "node": ">=16.0.0" }, "dependencies": { "ink": "^4.4.0", "react": "^18.2.0", "inquirer": "^8.2.6", "prompts": "^2.4.2", "axios": "^1.6.0", "chalk": "^4.1.2", "ora": "^5.4.1", "play-sound": "^1.1.6", "pdf-parse": "^1.1.1", "fs-extra": "^11.2.0", "commander": "^11.1.0", "node-gyp": "^10.0.0" }, "files": [ "cli.js", "src/", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/iamthamanic/AI-Audiobook-Maker" }, "bugs": { "url": "https://github.com/iamthamanic/AI-Audiobook-Maker/issues" }, "homepage": "https://github.com/iamthamanic/AI-Audiobook-Maker#readme" }