Remove redundant files
This commit is contained in:
@@ -3,20 +3,14 @@
|
||||
"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"
|
||||
"dist"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -40,11 +34,5 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,20 +3,14 @@
|
||||
"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"
|
||||
"dist"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -40,11 +34,5 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
2
packages/ffmpeg-mt/.gitignore
vendored
2
packages/ffmpeg-mt/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
dist/
|
||||
types/
|
||||
@@ -1,50 +0,0 @@
|
||||
{
|
||||
"name": "@ffmpeg/ffmpeg-mt",
|
||||
"version": "0.11.5",
|
||||
"description": "FFmpeg WebAssembly version w/ multi-thread",
|
||||
"main": "./dist/umd/ffmpeg.js",
|
||||
"types": "./types/ffmpeg.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./types/ffmpeg.d.ts",
|
||||
"import": "./dist/esm/ffmpeg.js",
|
||||
"require": "./dist/umd/ffmpeg.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint types"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"types/ffmpeg.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"
|
||||
}
|
||||
}
|
||||
2
packages/ffprobe-mt/.gitignore
vendored
2
packages/ffprobe-mt/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
dist/
|
||||
types/
|
||||
Reference in New Issue
Block a user