Make file info output more similar to ffprobe

This commit is contained in:
Tomás Fox
2022-03-17 17:48:33 -03:00
parent e447a242c7
commit 193d2e7b9e
14 changed files with 270 additions and 142 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ffprobe-wasm",
"version": "0.2.0",
"version": "0.3.0",
"description": "ffprobe-like for browser and node, powered by WebAssembly",
"repository": {
"type": "git",
@@ -19,11 +19,11 @@
"license": "MIT",
"exports": {
"node": "./node.mjs",
"types": "./ffprobe-worker.d.ts",
"types": "./ffprobe-worker.d.mts",
"default": "./browser.mjs"
},
"main": "./node.mjs",
"types": "./ffprobe-worker.d.ts",
"types": "./ffprobe-worker.d.mts",
"browser": "./browser.mjs",
"scripts": {
"build": "npm run tsc && npm run vite",