{ "name": "ffprobe-wasm", "version": "0.2.0", "description": "ffprobe-like for browser and node, powered by WebAssembly", "repository": { "type": "git", "url": "https://github.com/tfoxy/ffprobe-wasm" }, "bugs": { "url": "https://github.com/tfoxy/ffprobe-wasm/issues" }, "keywords": [ "ffprobe", "WebAssembly", "ffmpeg", "video" ], "author": "Tomás Fox ", "license": "MIT", "exports": { "node": "./node.mjs", "types": "./ffprobe-worker.d.ts", "default": "./browser.mjs" }, "main": "./node.mjs", "types": "./ffprobe-worker.d.ts", "browser": "./browser.mjs", "scripts": { "build": "npm run tsc && npm run vite", "tsc": "tsc", "vite": "vite build" }, "devDependencies": { "@types/node": "^17.0.21", "typescript": "^4.5.5", "vite": "^2.8.6" } }