UNPKG

@bhutan-ndi/polygon-did-resolver

Version:

The polygon resolver library is used for resolving DID’s in Polygon Method Space. The module is supposed to be used as an integeration to polygon library. This release is for testing Ethereum integration

49 lines 1.65 kB
{ "name": "@bhutan-ndi/polygon-did-resolver", "version": "0.0.1-alpha.1", "description": "The polygon resolver library is used for resolving DID’s in Polygon Method Space. The module is supposed to be used as an integeration to polygon library. This release is for testing Ethereum integration", "license": "MIT", "main": "build/index.js", "author": "Ajay Jadhav <ajay@ayanworks.com>", "contributors": [ "Kinzang Dorji <kinzangdorji@dhi.bt>", "Anusha Garg <anusha.garg@ayanworks.com>, Shashank Kulkarni <shashank.kulkarni@ayanworks.com>" ], "files": [ "build" ], "repository": { "type": "git", "url": "git+https://github.com/Bhutan-NDI/polygon-did-resolver.git" }, "keywords": [ "did-method" ], "bugs": { "url": "https://github.com/Bhutan-NDI/polygon-did-resolver/issues" }, "homepage": "https://github.com/Bhutan-NDI/polygon-did-resolver/blob/main/README.md", "dependencies": { "@ayanworks/polygon-did-registry-contract": "3.0.0", "did-resolver": "^4.1.0", "ethers": "^5.1.0" }, "devDependencies": { "@types/node": "^18.17.0", "prettier": "^3.0.2", "release-it": "^16.1.5", "ts-node": "^10.9.1", "typescript": "^5.1.6" }, "scripts": { "clean": "rm -rf build", "clean:deps": "pnpm clean && rm -rf node_modules", "build": "tsc", "test": "node --require ts-node/register --test ./tests/*.test.ts", "prettier": "prettier --ignore-path .prettierignore .", "check-format": "pnpm prettier --list-different", "check-types": "pnpm build --noEmit", "format": "pnpm prettier --write", "release": "release-it" } }