UNPKG

audiosprite-ffmpeg

Version:

Concat small audio files into single file and export in many formats.

41 lines (40 loc) 838 B
{ "name": "audiosprite-ffmpeg", "description": "Concat small audio files into single file and export in many formats.", "keywords": [ "audio", "audio-sprite", "jukebox", "ffmpeg" ], "author": "y0n1 <y0n1@outlook.com>", "version": "0.8.1", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/y0n1/audiosprite-ffmpeg.git" }, "main": "./audiosprite.js", "bin": { "audiosprite": "./cli.js" }, "dependencies": { "@ffmpeg-installer/ffmpeg": "^1.0.17", "async": "~0.9.0", "glob": "^6.0.4", "mkdirp": "^0.5.0", "optimist": "~0.6.1", "underscore": "~1.8.3", "winston": "~1.0.0" }, "devDependencies": { "eslint": "^5.16.0", "mocha": "~2.2.4" }, "engines": { "node": ">=8" }, "scripts": { "test": "mocha" } }