-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 985 Bytes
/
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
{
"type": "module",
"engines": {
"npm": ">=10.0.0",
"node": ">=22.0.0"
},
"scripts": {
"test": "npx tsx --test"
},
"dependencies": {
"@libs/markdown": "npm:@jsr/libs__markdown@^2.0.2",
"@libs/reactive": "npm:@jsr/libs__reactive@^5.0.2",
"@libs/typing": "npm:@jsr/libs__typing@^3.1.2",
"@libs/xml": "npm:@jsr/libs__xml@^6.0.4",
"@std/assert": "npm:@jsr/std__assert@^1.0.9",
"@std/async": "npm:@jsr/std__async@^1.0.9",
"@std/html": "npm:@jsr/std__html@^1.0.3",
"@std/io": "npm:@jsr/std__io@~0.225.0",
"@std/path": "npm:@jsr/std__path@^1.0.8",
"@std/regexp": "npm:@jsr/std__regexp@^1.0.0",
"@std/text": "npm:@jsr/std__text@^1.0.9",
"jsdom": "^25.0.1"
},
"devDependencies": {
"@dprint/formatter": "npm:@jsr/dprint__formatter@^0.4.1",
"@libs/testing": "npm:@jsr/libs__testing@^4.0.1",
"@std/fmt": "npm:@jsr/std__fmt@^1.0.3",
"jsr": "^0.13.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}