-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.13 KB
/
package.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "mse-audio-wrapper",
"version": "1.4.15",
"description": "Library to enable Media Source Extensions API playback for unsupported audio containers and raw codecs",
"main": "src/MSEAudioWrapper.js",
"type": "module",
"sideEffects": false,
"keywords": [
"isobmff",
"mp4",
"fmp4",
"fragmented mp4",
"mpeg4",
"webm",
"media source extensions",
"mse",
"mp3",
"mpeg",
"aac",
"aacp",
"flac",
"opus",
"vorbis",
"ogg"
],
"scripts": {
"format": "prettier --cache --write '**/*.js' --write '**/*.json'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eshaz/mse-audio-wrapper.git"
},
"author": {
"name": "Ethan Halsall",
"email": "[email protected]"
},
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/eshaz/mse-audio-wrapper/issues"
},
"homepage": "https://github.com/eshaz/mse-audio-wrapper#readme",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/eshaz"
},
"dependencies": {
"codec-parser": "2.5.0"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}