UNPKG

@gamestdio/audiosprite

Version:

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

56 lines (55 loc) 1.25 kB
{ "name": "@gamestdio/audiosprite", "version": "0.8.6", "description": "Concat small audio files into single file and export in many formats.", "scripts": { "build": "tsc", "watch": "tsc -w", "test": "mocha", "prepublishOnly": "npm run build" }, "keywords": [ "audio", "audio-sprite", "jukebox", "ffmpeg" ], "author": "Tõnis Tiigi <tonistiigi@gmail.com>", "contributors": [ "Endel Dreyer <endel.dreyer@gmail.com>" ], "licenses": [ { "type": "MIT", "url": "https://raw.githubusercontent.com/gamestdio/audiosprite/master/LICENSE" } ], "repository": { "type": "git", "url": "git://github.com/gamestdio/audiosprite.git" }, "main": "./lib/audiosprite.js", "types": "./lib/audiosprite.d.ts", "bin": { "audiosprite": "./lib/cli.js" }, "dependencies": { "async": "~0.9.0", "ffmpeg-static": "^4.4.0", "glob": "^6.0.4", "mkdirp": "^0.5.0", "optimist": "~0.6.1", "underscore": "~1.8.3", "winston": "~1.0.0" }, "devDependencies": { "@types/async": "^3.2.13", "@types/glob": "^7.2.0", "@types/underscore": "^1.11.4", "mocha": "~2.2.4", "typescript": "^4.7.2" }, "engines": { "node": ">=0.10" } }