-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage-one-variant.json
37 lines (37 loc) · 1023 Bytes
/
package-one-variant.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@libav.js/variant-@VARIANT",
"version": "@VER",
"description": "A compilation of the libraries associated with handling audio and video in ffmpeg—libavformat, libavcodec, libavfilter, libavutil and libswresample—for WebAssembly and asm.js, and thus the web. This package includes only one variant.",
"main": "dist/[email protected]",
"types": "dist/libav.types.d.ts",
"exports": {
"import": "./dist/[email protected]",
"default": "./dist/[email protected]",
"types": "./dist/libav.types.d.ts"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yahweasel/libav.js.git"
},
"keywords": [
"ffmpeg",
"libav",
"audio",
"video",
"av",
"encode",
"decode",
"transcode",
"mux",
"demux"
],
"author": "Yahweasel",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/Yahweasel/libav.js/issues"
},
"homepage": "https://github.com/Yahweasel/libav.js#readme"
}