{
  "name": "@affinidi/affinidi-did-auth-lib",
  "version": "2.9.1",
  "description": "Affinidi Did Auth Helpers",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run tsc",
    "start": "npm run build && node dist/index.js",
    "tsc": "tsc -p tsconfig-build.json",
    "lint": "eslint src",
    "lint:fix": "eslint src/*.ts src/**/*.ts --fix",
    "test": "npm run test:unit && npm run test:integration",
    "test:unit": "cross-env NODE_ENV=test mocha -r ts-node/register test/unit/index.test.ts -p --timeout 55000",
    "test:integration": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha -r ts-node/register test/integration/index.test.ts -p --timeout 115000",
    "test:coverage": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha -r ts-node/register test/unit/index.test.ts test/integration/index.test.ts -p --timeout 55000",
    "test:coverage:codeclimate": "npm run test:coverage && $GITHUB_WORKSPACE/tmp/cc-test-reporter format-coverage -t lcov -o $GITHUB_WORKSPACE/tmp/codeclimate.core.json coverage/lcov.info --add-prefix $(pwd | rev | cut -d'/' -f-2 | rev)",
    "checkLicenses": "license-checker --production --failOn 'AGPL 3.0;LGPL 2.1' --summary"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/affinityproject/affinidi-core-sdk.git",
    "directory": "common-libs/did-auth-lib"
  },
  "keywords": [
    "lib",
    "affinidi",
    "didAuth",
    "did"
  ],
  "author": "Denis Popov <denys.p@affinidi.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/affinityproject/affinidi-core-sdk/issues"
  },
  "homepage": "https://github.com/affinityproject/affinidi-core-sdk#readme",
  "dependencies": {
    "@affinidi/common": "^3.1.0",
    "@affinidi/internal-api-clients": "^2.6.0",
    "@affinidi/tools-common": "^1.4.2",
    "@affinidi/url-resolver": "^4.0.0",
    "did-resolver": "^4.0.0"
  },
  "devDependencies": {
    "@affinidi/eslint-config": "1.0.1",
    "@affinidi/platform-fetch-node": "^1.1.0",
    "@affinidi/prettier-config": "1.0.1",
    "@types/chai": "4.2.12",
    "@types/mocha": "^9.1.1",
    "@types/node-fetch": "^2.5.8",
    "base64url": "^3.0.1",
    "chai": "4.2.0",
    "config": "^3.0.1",
    "cross-env": "^7.0.3",
    "dotenv": "^8.2.0",
    "eslint": "7.8.1",
    "eslint-config-prettier": "6.11.0",
    "eslint-plugin-prettier": "3.1.4",
    "jsontokens": "3.0.0",
    "license-checker": "25.0.1",
    "mocha": "^10.0.0",
    "nock": "^12.0.3",
    "nyc": "15.1.0",
    "prettier": "2.1.1",
    "ts-node": "8.10.2",
    "typescript": "^4.4.3"
  },
  "overrides": {
    "node-forge": "1.3.0"
  },
  "gitHead": "4ce2efab5fbcc394921e00aeac1abb29eb073c46"
}
