Complete basic rewrite
This commit is contained in:
2
packages/core-mt/.gitignore
vendored
Normal file
2
packages/core-mt/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
dist/
|
||||
types/
|
||||
50
packages/core-mt/package.json
Normal file
50
packages/core-mt/package.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "@ffmpeg/core-mt",
|
||||
"version": "0.11.5",
|
||||
"description": "FFmpeg WebAssembly version",
|
||||
"main": "./dist/umd/ffmpeg-core.js",
|
||||
"types": "./types/ffmpeg-core.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./types/ffmpeg-core.d.ts",
|
||||
"import": "./dist/esm/ffmpeg-core.js",
|
||||
"require": "./dist/umd/ffmpeg-core.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint types"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"types/ffmpeg-core.d.ts"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
||||
"@typescript-eslint/parser": "^5.37.0",
|
||||
"eslint": "^8.23.1",
|
||||
"typescript": "^4.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user