mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Scaffold project
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "metamuxer",
|
||||
"version": "0.1.0",
|
||||
"description": "TODO",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/dom-webcodecs": "^0.1.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.23.1",
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user