@ew-did-registry/did-ethr-resolver
Version:
The package resolve CRUD operations on DID Documents
51 lines (50 loc) • 1.59 kB
JSON
{
"name": "@ew-did-registry/did-ethr-resolver",
"version": "0.9.0",
"publishConfig": {
"access": "public"
},
"description": "The package resolve CRUD operations on DID Documents",
"main": "./dist/index.js",
"browser": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "../../node_modules/.bin/mocha -r ts-node/register test/**/*.test.ts",
"test-rpc": "run-with-testrpc -m \"candy maple cake sugar pudding cream honey rich smooth crumble sweet treat\" --port 8544 --accounts 20 --networkId=9 --gasLimit=10000000 \"npm run test \"",
"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",
"Resolver",
"DID Resolver"
],
"author": {
"name": "EnergyWeb",
"url": "https://www.energyweb.org/"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@ew-did-registry/did": "0.9.0",
"@ew-did-registry/did-resolver-interface": "0.9.0",
"@ew-did-registry/keys": "0.9.0",
"ethers": "^5.7.2"
},
"devDependencies": {
"@types/sinon": "^10.0.2",
"@types/sinon-chai": "^3.2.5",
"ganache-cli": "^6.12.2",
"node-polyfill-webpack-plugin": "^1.1.4",
"run-with-testrpc": "0.3.1",
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0",
"ts-loader": "^9.2.6",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"gitHead": "3a0cf66f57f726ac609e40a6cc9447212099eb95"
}