From fad46dbae1bbb1ecd02b3f789083361170246773 Mon Sep 17 00:00:00 2001 From: Alix von Schirp Date: Sat, 21 Feb 2026 01:28:05 +0100 Subject: [PATCH] chore: update package.json Signed-off-by: Alix von Schirp --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index eba6c05..0a76b1c 100644 --- a/package.json +++ b/package.json @@ -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 ", + "author": { + "name": "Alix von Schirp", + "url": "https://b00tload.space", + "email": "hi@b00tload.space" + }, "license": "MIT", "exports": { "node": "./node.mjs",