UNPKG

@aviarytech/didcomm-core

Version:

Core methods and interfaces for DIDComm

54 lines (53 loc) 1.53 kB
{ "name": "@aviarytech/didcomm-core", "version": "0.1.35", "description": "Core methods and interfaces for DIDComm", "keywords": [ "didcomm", "dids" ], "author": "Brian Richter <brianorwhatever@gmail.com>", "homepage": "https://github.com/aviarytech/didcomm#readme", "license": "BSD-3-Clause", "main": "dist/index", "types": "dist/index", "publishConfig": { "access": "public" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/aviarytech/didcomm.git" }, "scripts": { "build": "npm run clean && npm run compile", "clean": "rm -rf ./dist", "compile": "tsc -p tsconfig.build.json", "test": "tsdx test" }, "bugs": { "url": "https://github.com/aviarytech/didcomm/issues" }, "dependencies": { "@aviarytech/crypto-core": "^0.0.26", "@aviarytech/did-core": "^0.1.11", "@aviarytech/did-secrets": "^0.1.10", "@mattrglobal/jsonld-signatures-bbs": "^0.10.0", "@transmute/bls12381-key-pair": "^0.7.0-unstable.3", "@transmute/jose-ld": "^0.7.0-unstable.3", "@transmute/json-web-signature": "^0.7.0-unstable.3", "@transmute/secp256k1-key-pair": "^0.7.0-unstable.3", "@transmute/web-crypto-key-pair": "^0.7.0-unstable.3", "@transmute/x25519-key-pair": "^0.7.0-unstable.3", "axios": "^0.21.1" }, "devDependencies": { "@types/jest": "^25.2.3", "jest": "^27.0.6", "ts-jest": "^27.0.3", "tsdx": "^0.14.1" }, "gitHead": "58c8cc068fab661284a2b4d0a3b9668360ffb5c5" }