UNPKG

@zipwire/proofpack

Version:

Core ProofPack verifiable data exchange format with JWS, Merkle trees, selective disclosure, and blockchain attestation support

53 lines (52 loc) 1.45 kB
{ "name": "@zipwire/proofpack", "version": "0.4.1", "description": "Core ProofPack verifiable data exchange format with JWS, Merkle trees, selective disclosure, and blockchain attestation support", "main": "src/index.js", "type": "module", "scripts": { "test": "node --test test/", "test:watch": "node --test --watch test/", "prepublishOnly": "npm test", "build": "echo 'No build step needed'", "release": "../scripts/release.sh" }, "publishConfig": { "access": "public" }, "keywords": [ "verifiable-data", "proof", "jws", "merkle-tree", "privacy", "selective-disclosure", "cryptographic-proofs", "data-integrity", "blockchain", "attestation", "json-web-signatures", "zero-knowledge", "verifiable-credentials" ], "author": "The Zipwire Contributors", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/zipwireapp/ProofPack.git", "directory": "javascript/packages/base" }, "homepage": "https://github.com/zipwireapp/ProofPack#readme", "bugs": { "url": "https://github.com/zipwireapp/ProofPack/issues" }, "engines": { "node": ">=18.0.0" }, "files": [ "src/", "README.md" ], "dependencies": {}, "devDependencies": {} }