UNPKG

@adorsys-gis/did-resolver-lib

Version:

A library or tool that allows applications to resolve Decentralized Identifiers (DIDs) into their corresponding DID Documents.

36 lines (35 loc) 931 B
{ "name": "@adorsys-gis/did-resolver-lib", "version": "1.0.1", "main": "src/index.ts", "scripts": { "test": "jest", "lint": "eslint '**/*.{js,ts,jsx,tsx}'", "build": "tsc -b" }, "type": "commonjs", "dependencies": { "base64url": "^3.0.1", "didcomm": "^0.4.1" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/babel__core": "^7.20.5", "@typescript-eslint/eslint-plugin": "^8.11.0", "@typescript-eslint/parser": "^8.11.0", "eslint": "^9.13.0", "ts-jest": "^29.2.5", "typescript-eslint": "^8.7.0" }, "description": "A library or tool that allows applications to resolve Decentralized Identifiers (DIDs) into their corresponding DID Documents.", "keywords": [ "Decentralized Identifiers (DIDs)", "DID Document", "DID Resolution", "did-resolver", "DID Methods", "key-did-resolver" ], "author": "adorsys", "license": "ISC" }