57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "@mediabunny/ac3",
|
|
"author": "Vanilagy",
|
|
"version": "1.34.2",
|
|
"description": "AC-3 and E-AC-3 (Dolby Digital) decoder and encoder extension for Mediabunny, based on FFmpeg.",
|
|
"main": "./dist/bundles/mediabunny-ac3.mjs",
|
|
"module": "./dist/bundles/mediabunny-ac3.mjs",
|
|
"types": "./dist/modules/src/index.d.ts",
|
|
"exports": {
|
|
"types": "./dist/modules/src/index.d.ts",
|
|
"import": "./dist/bundles/mediabunny-ac3.mjs",
|
|
"require": "./dist/bundles/mediabunny-ac3.mjs"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"package.json",
|
|
"LICENSE",
|
|
"dist",
|
|
"src"
|
|
],
|
|
"sideEffects": false,
|
|
"license": "MPL-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Vanilagy/mediabunny.git",
|
|
"directory": "packages/ac3"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Vanilagy/mediabunny/issues"
|
|
},
|
|
"homepage": "https://mediabunny.dev/guide/extensions/ac3",
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/Vanilagy"
|
|
},
|
|
"peerDependencies": {
|
|
"mediabunny": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/emscripten": "^1.40.1"
|
|
},
|
|
"keywords": [
|
|
"ac3",
|
|
"eac3",
|
|
"dolby",
|
|
"dolby-digital",
|
|
"encoding",
|
|
"decoding",
|
|
"codec",
|
|
"mediabunny",
|
|
"ffmpeg",
|
|
"browser",
|
|
"wasm",
|
|
"polyfill"
|
|
]
|
|
}
|