{ "name": "@cis-oss/avprobe-wasm", "version": "0.3.3", "description": "ffprobe-like for browser and node, powered by WebAssembly", "repository": { "type": "git", "url": "https://git.cislabs.de/cis-oss/avprobe-wasm" }, "keywords": [ "ffprobe", "WebAssembly", "ffmpeg", "video" ], "author": { "name": "Alix von Schirp", "url": "https://b00tload.space", "email": "hi@b00tload.space" }, "type": "module", "license": "MIT", "exports": { "node": "./node.mjs", "types": "./ffprobe-worker.d.mts", "default": "./browser.mjs" }, "main": "./node.mjs", "types": "./ffprobe-worker.d.mts", "browser": "./browser.mjs", "scripts": { "build": "npm run tsc && npm run vite", "tsc": "tsc", "vite": "vite build" }, "devDependencies": { "@types/node": "^25.2.3", "typescript": "^5.9.3", "vite": "^7.3.1", "vite-plugin-top-level-await": "^1.6.0", "vite-plugin-wasm": "^3.5.0" } }