-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 945 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 945 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
36
37
38
39
40
41
42
{
"name": "moq",
"version": "0.0.0",
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"concurrently": "^9.2.1",
"publint": "^0.3.18",
"remark-cli": "^12.0.1",
"remark-frontmatter": "^5.0.0",
"remark-lint-list-item-indent": "^4.0.1",
"remark-lint-maximum-line-length": "^4.1.1",
"remark-lint-no-duplicate-headings": "^4.0.1",
"remark-lint-no-undefined-references": "^5.0.2",
"remark-preset-lint-consistent": "^6.0.1",
"remark-preset-lint-recommended": "^7.0.1",
"remark-stringify": "^11.0.0"
},
"private": true,
"scripts": {
"check": "bun run --filter='*' check",
"fix": "bun run --filter='*' fix"
},
"trustedDependencies": [
"@fails-components/webtransport-transport-http3-quiche"
],
"type": "module",
"workspaces": [
"doc",
"js/lite",
"js/clock",
"js/token",
"js/hang",
"js/msf",
"js/ui-core",
"js/watch",
"js/publish",
"js/signals",
"demo/boy",
"demo/web",
"js/moq-boy"
]
}