UNPKG

@did-connect/handler

Version:

Abstract handler for did-connect relay server

74 lines (73 loc) 1.88 kB
{ "name": "@did-connect/handler", "description": "Abstract handler for did-connect relay server", "version": "2.2.8", "author": { "name": "wangshijun", "email": "shijun@arcblock.io", "url": "https://github.com/wangshijun" }, "contributors": [ "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)" ], "bugs": { "url": "https://github.com/ArcBlock/did-connect/issues", "email": "shijun@arcblock.io" }, "publishConfig": { "access": "public" }, "dependencies": { "@arcblock/did": "^1.20.8", "@arcblock/jwt": "^1.20.8", "@arcblock/ws": "^1.20.8", "@did-connect/authenticator": "2.2.8", "@did-connect/storage": "2.2.8", "@did-connect/types": "2.2.8", "@ocap/mcrypto": "^1.20.8", "@ocap/util": "^1.20.8", "axios": "^1.7.9", "lodash": "^4.17.21", "object-hash": "^3.0.0", "p-wait-for": "^3.2.0", "semver": "^7.3.8" }, "devDependencies": { "@arcblock/eslint-config-ts": "^0.3.3", "@types/semver": "^7.3.12", "eslint": "^8.26.0", "jest": "^28.1.3", "nanoid": "^3.3.4", "ts-jest": "^28.0.8", "type-fest": "^3.1.0", "typescript": "^4.8.4" }, "homepage": "https://github.com/ArcBlock/did-connect", "keywords": [ "did", "web3" ], "license": "Apache-2.0", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "files": [ "lib" ], "repository": { "type": "git", "url": "https://github.com/ArcBlock/did-connect" }, "scripts": { "lint": "eslint src tests", "lint:fix": "eslint --fix src tests", "test": "jest", "coverage": "npm run test -- --coverage", "prebuild": "npm run clean", "build": "tsc", "watch": "tsc -b --watch", "check": "tsc --noEmit", "clean": "rm -rf ./lib" }, "resolutions": {}, "gitHead": "444c77ba8a0707c89ef27bbb8cb655c577d29f84" }