{
  "name": "@tradetrust-tt/tt-verify",
  "version": "9.7.3",
  "description": "",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/src/index.d.ts",
  "scripts": {
    "build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:type",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs --project ./tsconfig.prod.json",
    "build:esm": "tsc --module es2022 --outDir dist/esm --project ./tsconfig.prod.json",
    "build:type": "tsc -d --emitDeclarationOnly --outDir dist/types",
    "clean": "rm -rf dist/",
    "commit": "git-cz",
    "commit:retry": "npm run commit -- --retry",
    "test:ci": "jest --runInBand",
    "test": "NODE_OPTIONS=--max-old-space-size=2048 jest",
    "test:watch": "jest --watch",
    "lint": "eslint . --ext .ts --max-warnings 0",
    "lint:fix": "npm run lint -- --fix",
    "snyk-protect": "snyk protect",
    "prepare": "npm run snyk-protect",
    "generate:v3": "DEBUG=oa-verify* ts-node scripts/generate.v3.ts"
  },
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "@tradetrust-tt/dnsprove": "^2.21.0",
    "@tradetrust-tt/token-registry": "^5.5.0",
    "@tradetrust-tt/tradetrust": "^6.10.3",
    "@trustvc/document-store": "^1.0.3",
    "axios": "^1.7.2",
    "debug": "^4.3.1",
    "did-resolver": "^3.1.0",
    "ethers": "^5.8.0",
    "ethr-did-resolver": "^4.3.3",
    "node-cache": "^5.1.2",
    "runtypes": "^6.3.0",
    "web-did-resolver": "2.0.4"
  },
  "overrides": {
    "ethers": "^5.8.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@commitlint/prompt": "^19.3.1",
    "@types/debug": "^4.1.5",
    "@types/jest": "^26.0.23",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "commitizen": "^4.3.0",
    "eslint": "^7.25.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.3.6",
    "eslint-plugin-prettier": "^3.4.0",
    "git-cz": "^4.9.0",
    "jest": "^29.7.0",
    "jest-watch-typeahead": "^2.2.2",
    "msw": "^2.4.5",
    "prettier": "^2.2.1",
    "semantic-release": "^19.0.2",
    "snyk": "^1.1293.0",
    "ts-jest": "^29.2.5",
    "typescript": "^4.9.5"
  },
  "peerDependencies": {
    "ethers": "^5.8.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TradeTrust/tt-verify.git"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/@commitlint/prompt"
    }
  },
  "prettier": {
    "printWidth": 120
  },
  "snyk": true,
  "engines": {
    "node": ">=18.x"
  }
}
