39 lines
817 B
JSON
39 lines
817 B
JSON
{
|
|
"name": "@ffmpeg/core-mt",
|
|
"version": "0.12.2",
|
|
"description": "FFmpeg WebAssembly version (multi thread)",
|
|
"main": "./dist/umd/ffmpeg-core.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/esm/ffmpeg-core.js",
|
|
"require": "./dist/umd/ffmpeg-core.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ffmpegwasm/ffmpeg.wasm.git"
|
|
},
|
|
"keywords": [
|
|
"ffmpeg",
|
|
"WebAssembly",
|
|
"video",
|
|
"audio",
|
|
"transcode"
|
|
],
|
|
"author": "Jerome Wu <jeromewus@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.6.0"
|
|
},
|
|
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|