UNPKG

@ew-did-registry/did

Version:
47 lines (46 loc) 1.33 kB
{ "name": "@ew-did-registry/did", "version": "0.9.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "description": "The interface of a Decentralised Identity", "main": "./dist/index.js", "browser": "./dist/index.esm.js", "types": "./dist/index.d.ts", "scripts": { "test": "mocha -r ts-node/register test/**/*.test.ts", "compile": "webpack --config ../../webpack.config.js", "lint": "../../node_modules/.bin/eslint src/**/*.ts", "fix": "../../node_modules/.bin/eslint src/**/*.ts --fix" }, "keywords": [ "Energy", "EnergyWeb", "EW", "DID" ], "author": { "name": "EnergyWeb", "url": "https://www.energyweb.org/" }, "license": "GPL-3.0-or-later", "devDependencies": { "@ew-did-registry/keys": "0.9.0", "node-polyfill-webpack-plugin": "^1.1.4", "ts-loader": "^9.2.6", "webpack": "^5.68.0", "webpack-cli": "^4.9.2", "webpack-merge": "^5.8.0" }, "homepage": "https://github.com/energywebfoundation/ew-did-registry/#readme", "bugs": { "url": "https://github.com/energywebfoundation/ew-did-registry/issues" }, "repository": { "type": "git", "url": "git+https://github.com/energywebfoundation/ew-did-registry.git" }, "gitHead": "3a0cf66f57f726ac609e40a6cc9447212099eb95" }