tangled
alpha
login
or
join now
atscan.net
/
plcbundle-bun
5
fork
atom
⚡ Zero-dependency plcbundle library exclusively for Bun
5
fork
atom
overview
issues
pulls
pipelines
v0.9
tree.fail
4 months ago
8595aea5
f63ee55e
3/3
examples.yml
success
6s
integration.yml
success
3s
test.yml
success
2s
+3
-2
1 changed file
expand all
collapse all
unified
split
package.json
+3
-2
package.json
···
1
1
{
2
2
"name": "plcbundle-bun",
3
3
-
"version": "0.1.0",
3
3
+
"version": "0.9.0",
4
4
"type": "module",
5
5
"description": "Bun library for working with DID PLC bundle archives (plcbundle)",
6
6
"main": "./src/index.ts",
···
17
17
"test": "bun test",
18
18
"test:watch": "bun test --watch",
19
19
"test:coverage": "bun test --coverage",
20
20
-
"cli": "bun src/cli.ts"
20
20
+
"cli": "bun src/cli.ts",
21
21
+
"publish": "bunx jsr publish"
21
22
},
22
23
"devDependencies": {
23
24
"@types/bun": "^1.3.1"