UNPKG

@aviarytech/didcomm-messaging

Version:

DIDComm Messaging library for sending and receiving DIDComm messages

48 lines (47 loc) 1.22 kB
{ "name": "@aviarytech/didcomm-messaging", "version": "0.1.42", "description": "DIDComm Messaging library for sending and receiving DIDComm messages", "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" }, "dependencies": { "@aviarytech/crypto-core": "^0.0.28", "@aviarytech/did-core": "^0.1.11", "@aviarytech/did-secrets": "^0.1.10", "@aviarytech/didcomm-core": "^0.1.35", "axios": "^0.21.1" }, "devDependencies": { "@types/jest": "^25.2.3", "jest": "^27.0.6", "ts-jest": "^27.0.3", "tsdx": "^0.14.1" }, "gitHead": "65fd14bccae4d824f40f13baeec8f2d92295bf09" }