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",
|
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user