{ "name": "@atscan/plcbundle-bun", "version": "0.9.5", "type": "module", "description": "Bun library for working with DID PLC bundle archives (plcbundle)", "main": "./src/index.ts", "bin": { "plcbundle-bun": "./src/cli.ts" }, "exports": { ".": "./src/index.ts" }, "files": [ "src" ], "scripts": { "test": "bun test", "test:watch": "bun test --watch", "tests:coverage": "bun test --coverage", "cli": "bun src/cli.ts", "publish": "bunx jsr publish" }, "devDependencies": { "@types/bun": "^1.3.1" }, "publishConfig": { "access": "public" }, "dependencies": { "@jmespath-community/jmespath": "^1.3.0" } }