chore: update package.json

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
2026-02-21 01:28:05 +01:00
parent 98151ecaef
commit fad46dbae1

View File

@@ -1,13 +1,10 @@
{
"name": "ffprobe-wasm",
"name": "@cis-oss/ffprobe-wasm",
"version": "0.3.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"
"url": "https://git.cislabs.de/cis-oss/ffprobe-wasm-npm"
},
"keywords": [
"ffprobe",
@@ -15,7 +12,11 @@
"ffmpeg",
"video"
],
"author": "Tomás Fox <tomas.c.fox@gmail.com>",
"author": {
"name": "Alix von Schirp",
"url": "https://b00tload.space",
"email": "hi@b00tload.space"
},
"license": "MIT",
"exports": {
"node": "./node.mjs",