-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
34 lines (34 loc) · 817 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
33
34
{
"description": "Collection of carefully crafted TypeScript standalone libraries. Minimal, unbloated, convenient.",
"license": "MIT",
"author": "lowlighter (Simon Lecoq)",
"funding": "https://github.com/sponsors/lowlighter",
"homepage": "https://github.com/lowlighter/libs",
"repository": {
"type": "git",
"url": "git+https://github.com/lowlighter/libs.git"
},
"type": "module",
"workspaces": [
"bundle",
"crypto",
"diff",
"dom",
"git",
"logger",
"markdown",
"orm",
"qrcode",
"reactive",
"run",
"testing",
"typing",
"xml"
],
"dependencies": {
"@std/cli": "npm:@jsr/std__cli@^1.0.7",
"@std/fmt": "npm:@jsr/std__fmt@^1.0.3",
"@std/jsonc": "npm:@jsr/std__jsonc@^1.0.1",
"@std/path": "npm:@jsr/std__path@^1.0.8"
}
}