UNPKG

did-web

Version:

The did:web method implementation

34 lines (33 loc) 788 B
{ "name": "did-web", "version": "0.1.0", "description": "The did:web method implementation", "keywords": [ "did:web", "did" ], "author": "Brian Richter <brianorwhatever@gmail.com>", "homepage": "https://github.com/aviarytech/dids#readme", "license": "BSD-3-Clause", "publishConfig": { "access": "public" }, "main": "dist/index", "types": "dist/index", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/aviarytech/dids.git" }, "scripts": { "build": "npm run clean && npm run compile", "clean": "rm -rf ./dist", "compile": "tsc -p tsconfig.build.json" }, "bugs": { "url": "https://github.com/aviarytech/dids/issues" }, "gitHead": "c55d3824d8f8305d7f55eb32a119ba72358545b5" }