{
  "name": "@verii/metadata-registration",
  "version": "1.1.3",
  "description": "Package allows interacting with the smart contracts, based on ethers.js",
  "repository": "https://github.com/LFDT-Verii/core",
  "main": "./index.js",
  "author": "Ivan Vodzich",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "cross-env NODE_ENV=test node --test --test-concurrency=1 --test-timeout=1200000 --experimental-test-module-mocks --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout 'test/**/*.test.js'",
    "test:ci": "cross-env NODE_ENV=test node --test --test-concurrency=1 --test-timeout=1200000 --experimental-test-module-mocks --experimental-test-coverage --test-reporter=spec --test-reporter=junit --test-reporter-destination=stdout --test-reporter-destination=test-results.junit.xml --test-reporter=lcov --test-reporter-destination=lcov.info 'test/**/*.test.js'",
    "lint": "eslint .",
    "lint:ci": "eslint . --format json >> eslint-results.json",
    "lint:fix": "eslint --fix ."
  },
  "dependencies": {
    "@verii/base-contract-io": "1.1.3",
    "@verii/blockchain-functions": "1.1.3",
    "@verii/common-functions": "1.1.3",
    "@verii/contract-permissions": "1.1.3",
    "@verii/cose-key": "1.1.3",
    "@verii/crypto": "1.1.3",
    "@verii/jwt": "1.1.3",
    "eth-url-parser": "1.0.4",
    "lodash": "4.18.1"
  },
  "devDependencies": {
    "@spencejs/spence-config": "1.0.0",
    "@verii/tests-helpers": "1.1.3",
    "date-fns": "4.1.0",
    "expect": "30.3.0",
    "nanoid": "5.1.7"
  },
  "nx": {
    "tags": [
      "lib"
    ]
  },
  "gitHead": "649d6e62da781fd9904b30f78713f10a3fd22cfd"
}
