@aviarytech/didcomm-protocols.present-proof
Version:
DIDComm Present Proof Protocol
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "@aviarytech/didcomm-protocols.present-proof",
"version": "0.1.42",
"description": "DIDComm Present Proof Protocol",
"keywords": [
"didcomm",
"dids"
],
"author": "Brian Richter <brian@aviary.tech>",
"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"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"jest": "^27.1.0",
"ts-jest": "^27.0.5",
"tsdx": "^0.14.1"
},
"dependencies": {
"@aviarytech/crypto-core": "^0.0.29",
"@aviarytech/didcomm-messaging": "^0.1.42",
"@aviarytech/dif-presentation-exchange": "^0.0.5"
},
"gitHead": "65fd14bccae4d824f40f13baeec8f2d92295bf09"
}