forked from forks/ffprobe-wasm-npm
chore: update package.json
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
13
package.json
13
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 <tomas.c.fox@gmail.com>",
|
||||
"author": {
|
||||
"name": "Alix von Schirp",
|
||||
"url": "https://b00tload.space",
|
||||
"email": "hi@b00tload.space"
|
||||
},
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
"node": "./node.mjs",
|
||||
|
||||
Reference in New Issue
Block a user