UNPKG

vc-status-registry

Version:

Interact with a registry for credential statuses on Ethereum

74 lines (73 loc) 2.13 kB
{ "name": "vc-status-registry", "version": "0.2.1", "description": "Interact with a registry for credential statuses on Ethereum", "engines": { "node": ">=8.15.0", "npm": ">=5.6.0" }, "directories": { "test": "test" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "clean": "rm -rf ./dist", "compile": "./node_modules/.bin/tsc && cp ./src/ABI.json ./dist", "prepublishOnly": "npm run clean && npm run compile && npm run lint && npm run test", "test": "./node_modules/.bin/nyc --check-coverage --lines 80 ./node_modules/.bin/mocha \"test/**/*.test.ts\" --exit", "stryker": "./node_modules/.bin/stryker run", "coverage": "./node_modules/.bin/nyc report", "lint": "tslint -p ./", "postinstall": "" }, "keywords": [ "verifiable", "credential", "registry", "ethereum", "contract", "identity", "blockchain" ], "contributors": [ "Jarl Nieuwenhuijzen <jarl.nieuwenhuijzen@rabobank.nl>", "Marnix van den Bent <marnix.van.den.bent@rabobank.nl>" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/rabobank-blockchain/vc-status-registry" }, "bugs": { "url": "https://github.com/rabobank-blockchain/vc-status-registry/issues" }, "dependencies": { "ethers": "^5.0.4", "rxjs": "^6.6.0" }, "devDependencies": { "@stryker-mutator/core": "^2.5.0", "@stryker-mutator/html-reporter": "^2.5.0", "@stryker-mutator/mocha-runner": "^2.5.0", "@stryker-mutator/typescript": "^2.5.0", "@types/chai": "^4.2.11", "@types/chai-as-promised": "^7.1.2", "@types/mocha": "^7.0.2", "@types/node": "^13.11.0", "@types/sinon": "^7.5.2", "@types/sinon-chai": "^3.2.4", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "mocha": "^7.1.1", "mocha-multi-reporters": "^1.1.7", "nyc": "^15.0.1", "sinon": "^9.0.1", "sinon-chai": "^3.5.0", "source-map-support": "^0.5.16", "ts-node": "^8.8.2", "tslint": "^6.1.1", "tslint-config-standard": "^9.0.0", "typescript": "^3.9.5" } }