UNPKG

audible-converter

Version:

Converts Audible AAX audiobooks to M4A while keeping chapters and the cover image intact.

34 lines (33 loc) 791 B
{ "name": "audible-converter", "version": "1.4.0", "description": "Converts Audible AAX audiobooks to M4A while keeping chapters and the cover image intact.", "author": "Richard Kuhnt <r15ch13+git@gmail.com>", "license": "MIT", "keywords": [ "aax", "m4a", "m4v", "audible" ], "repository": "r15ch13/audible-converter", "main": "main.js", "bin": { "audible-converter": "./bin/audible-converter" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "bluebird": "^3.5.4", "commander": "^2.20.0", "fluent-ffmpeg": "^2.1.2", "glob": "^7.1.2", "lodash": "^4.17.4", "sanitize-filename": "^1.6.1", "winston": "^3.2.1" }, "optionalDependencies": { "regedit": "^3.0.0" } }