123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "@ffmpeg/core-mt",
- "version": "0.12.5",
- "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"
- },
- "./wasm": {
- "import": "./dist/esm/ffmpeg-core.wasm",
- "require": "./dist/umd/ffmpeg-core.wasm"
- }
- },
- "files": [
- "dist"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ffmpegwasm/ffmpeg.wasm.git"
- },
- "keywords": [
- "ffmpeg",
- "WebAssembly",
- "video",
- "audio",
- "transcode"
- ],
- "author": "Jerome Wu <[email protected]>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
- },
- "engines": {
- "node": ">=16.x"
- },
- "homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
- "publishConfig": {
- "access": "public"
- }
- }
|