rabobank-blockchain/vp-toolkit

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "vp-toolkit",
  "version": "0.2.3",
  "description": "A library to generate Verifiable Presentations and Verfiable Credentials",
  "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",
    "test": "./node_modules/.bin/nyc --check-coverage --lines 80 ./node_modules/.bin/mocha \"test/**/*.test.ts\"",
    "stryker": "./node_modules/.bin/stryker run",
    "coverage": "./node_modules/.bin/nyc report",
    "lint": "tslint -p ./",
    "postinstall": "",
    "prepublishOnly": "npm run clean && npm run compile && npm run lint && npm run test"
  },
  "keywords": [
    "w3c",
    "verifiable",
    "presentation",
    "credential",
    "SSI",
    "signature",
    "proof",
    "vc",
    "vp",
    "identity",
    "blockchain"
  ],
  "contributors": [
    "Marnix van den Bent <marnix.van.den.bent@rabobank.nl>",
    "Jarl Nieuwenhuijzen <jarl.nieuwenhuijzen@rabobank.nl>"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/rabobank-blockchain/vp-toolkit"
  },
  "bugs": {
    "url": "https://github.com/rabobank-blockchain/vp-toolkit/issues"
  },
  "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": "^5.2.7",
    "@types/sinon": "^7.5.2",
    "@types/sinon-chai": "^3.2.3",
    "@types/uuid": "^3.4.8",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "mocha": "^7.1.1",
    "mocha-multi-reporters": "^1.1.7",
    "nyc": "^15.0.0",
    "sinon": "^8.1.1",
    "sinon-chai": "^3.5.0",
    "source-map-support": "^0.5.16",
    "ts-node": "^8.8.1",
    "tslint": "^5.20.1",
    "tslint-config-standard": "^9.0.0",
    "typescript": "~3.4.5"
  },
  "dependencies": {
    "class-transformer": "^0.2.3",
    "crypt-util": "^0.1.5",
    "uuid": "^3.4.0",
    "vp-toolkit-models": "^0.2.2"
  }
}