forked from moq-dev/moq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 958 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 958 Bytes
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
{
"name": "@moq/hang",
"type": "module",
"version": "0.2.1",
"description": "WebCodecs-based media format for MoQ",
"license": "(MIT OR Apache-2.0)",
"repository": "github:moq-dev/moq",
"exports": {
".": "./src/index.ts",
"./catalog": "./src/catalog/index.ts",
"./container": "./src/container/index.ts",
"./util": "./src/util/index.ts"
},
"scripts": {
"build": "rimraf dist && tsc -b && bun ../common/package.ts",
"check": "tsc --noEmit",
"release": "bun ../common/release.ts"
},
"dependencies": {
"@kixelated/libavjs-webcodecs-polyfill": "^0.5.5",
"@libav.js/variant-opus-af": "^6.8.8",
"@moq/lite": "workspace:^",
"@moq/signals": "workspace:^",
"@svta/cml-iso-bmff": "^1.0.0-alpha.9",
"zod": "^4.1.5"
},
"devDependencies": {
"@types/audioworklet": "^0.0.77",
"@types/bun": "^1.3.11",
"@typescript/lib-dom": "npm:@types/web@^0.0.241",
"fast-glob": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^6.0.0"
}
}