UNPKG

@aviarytech/didcomm-protocols.trust-ping

Version:
45 lines (44 loc) 1.08 kB
{ "name": "@aviarytech/didcomm-protocols.trust-ping", "version": "0.1.42", "description": "DIDComm Trust Ping 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/didcomm-messaging": "^0.1.42", "@stablelib/sha256": "^1.0.1" }, "gitHead": "65fd14bccae4d824f40f13baeec8f2d92295bf09" }