UNPKG

@rsksmart/vc-json-schemas-parser

Version:

A parser for VC JSON Schemas compliant credentials

37 lines (36 loc) 800 B
{ "name": "@rsksmart/vc-json-schemas-parser", "version": "1.0.1", "description": "A parser for VC JSON Schemas compliant credentials", "main": "lib/index.js", "files": [ "lib" ], "scripts": { "test": "jest", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/rsksmart/vc-json-schemas-parser.git" }, "keywords": [ "did", "vc", "json", "json-schema" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/rsksmart/vc-json-schemas-parser/issues" }, "homepage": "https://github.com/rsksmart/vc-json-schemas-parser#readme", "devDependencies": { "@types/jest": "^26.0.24", "did-jwt": "^4.8.0", "jest": "^26.6.3", "ts-jest": "^26.4.4", "typescript": "^4.1.3" } }