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", "version": "0.3.0",
"description": "ffprobe-like for browser and node, powered by WebAssembly", "description": "ffprobe-like for browser and node, powered by WebAssembly",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/tfoxy/ffprobe-wasm" "url": "https://git.cislabs.de/cis-oss/ffprobe-wasm-npm"
},
"bugs": {
"url": "https://github.com/tfoxy/ffprobe-wasm/issues"
}, },
"keywords": [ "keywords": [
"ffprobe", "ffprobe",
@@ -15,7 +12,11 @@
"ffmpeg", "ffmpeg",
"video" "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", "license": "MIT",
"exports": { "exports": {
"node": "./node.mjs", "node": "./node.mjs",