mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Clean up package.json
This commit is contained in:
+38
-3
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "mediabunny",
|
||||
"author": "Vanilagy",
|
||||
"version": "0.1.0",
|
||||
"description": "TODO",
|
||||
"description": "Pure TypeScript media toolkit for reading, writing, and converting media files, directly in the browser.",
|
||||
"type": "module",
|
||||
"main": "./dist/mediabunny.js",
|
||||
"module": "./dist/mediabunny.mjs",
|
||||
@@ -29,8 +30,19 @@
|
||||
"dev": "vite",
|
||||
"examples:build": "vite build"
|
||||
},
|
||||
"author": "Vanilagy",
|
||||
"license": "MPL-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Vanilagy/mediabunny.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Vanilagy/mediabunny/issues"
|
||||
},
|
||||
"homepage": "https://mediabunny.dev/",
|
||||
"funding": {
|
||||
"type": "individual",
|
||||
"url": "https://github.com/sponsors/Vanilagy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/dom-mediacapture-transform": "^0.1.10",
|
||||
"@types/dom-webcodecs": "^0.1.13"
|
||||
@@ -57,5 +69,28 @@
|
||||
"vitepress": "^1.6.3",
|
||||
"vitepress-plugin-llms": "^1.5.1",
|
||||
"vitepress-plugin-mermaid": "^2.0.17"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"media",
|
||||
"parsing",
|
||||
"reading",
|
||||
"writing",
|
||||
"muxer",
|
||||
"demuxer",
|
||||
"multiplexer",
|
||||
"demultiplxer",
|
||||
"encoder",
|
||||
"decoder",
|
||||
"convert",
|
||||
"mp4",
|
||||
"fmp4",
|
||||
"webm",
|
||||
"wav",
|
||||
"mp3",
|
||||
"ogg",
|
||||
"video",
|
||||
"audio",
|
||||
"subtitles",
|
||||
"webcodecs"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "../build",
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"declarationMap": true,
|
||||
"stripInternal": true,
|
||||
"noEmit": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user