{
  "name": "@energyweb/vc-verification",
  "version": "2.1.0",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "description": "This package provides code to verify verifiable credential, including governance verification",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run compile:ts && copyfiles build/contracts/**/*.json -u 1 dist && copyfiles \"ethers/**/*.d.ts\" dist && copyfiles \"contracts/**/*\" -u 1 dist/contracts",
    "build:typechain": "typechain --target ethers-v5 --out-dir ethers './build/contracts/EthereumDIDRegistry.json'",
    "compile": "npm run compile:contracts && npm run build:typechain && npm run build",
    "compile:contracts": "truffle compile",
    "compile:ts": "bili",
    "test": "../../node_modules/.bin/mocha --timeout 1000 -r ts-node/register test/**/*-tests.ts",
    "test-ganache": "mocha -r ts-node/register test/**/*-tests.ts",
    "test-rpc": "run-with-testrpc -m \"candy maple cake sugar pudding cream honey rich smooth crumble sweet treat\" --port 8544 --accounts 20 --networkId=9 --chainId 73799 --gasLimit=10000000 \"npm run test-ganache\" "
  },
  "keywords": [
    "Energy",
    "EnergyWeb",
    "EW",
    "DID",
    "Roles",
    "Credential"
  ],
  "author": {
    "name": "EnergyWeb",
    "url": "https://www.energyweb.org/"
  },
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "@energyweb/credential-governance": "2.1.0",
    "@energyweb/onchain-claims": "2.1.0",
    "@ew-did-registry/claims": "^0.7.0",
    "@ew-did-registry/credentials-interface": "^0.7.0",
    "@ew-did-registry/did-ethr-resolver": "^0.7.0",
    "@ew-did-registry/did-ipfs-store": "^0.7.0",
    "@ew-did-registry/did-store-interface": "^0.7.0",
    "@ew-did-registry/revocation": "^0.7.0",
    "ethers": "^5.6.1",
    "ipfs-http-client": "^43.0.0"
  },
  "devDependencies": {
    "@typechain/ethers-v5": "^9.0.0",
    "@types/jsonwebtoken": "8.5.8",
    "chai": "4.3.4",
    "chai-arrays": "2.2.0",
    "chai-as-promised": "7.1.1",
    "didkit-wasm-node": "^0.1.6",
    "eth-ens-namehash": "^2.0.8",
    "ganache-cli": "^6.12.2",
    "ipfs": "^0.58.3",
    "ipfsd-ctl": "3.0.0",
    "js-sha3": "^0.8.0",
    "jsonwebtoken": "^8.5.1",
    "mocha": "7.2.0",
    "nock": "^13.2.7",
    "run-with-testrpc": "0.3.1",
    "truffle": "5.4.29",
    "ts-node": "^10.8.1",
    "typechain": "7.0.0",
    "typescript": "^4.6.4"
  },
  "gitHead": "eb7fd8495ae1977a196d7923d322147c16a687f6"
}
