{
  "name": "@cef-ebsi/cli",
  "version": "1.7.2",
  "description": "EBSI Command Line Interface",
  "license": "EUPL-1.2",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "bin",
    "dist"
  ],
  "bin": {
    "cli": "bin/cli.js"
  },
  "scripts": {
    "audit": "audit-ci --config audit-ci.jsonc",
    "build": "rimraf dist && tsc --project tsconfig.build.json && copyfiles -u 1 \"src/scripts/**/*\" dist",
    "dev": "node --loader ts-node/esm src/cli.ts",
    "lint-staged": "lint-staged",
    "lint": "yarn lint:eslint && yarn lint:tsc && yarn lint:prettier",
    "lint:eslint": "eslint . --ext .js,.mjs,.cjs,.ts",
    "lint:tsc": "tsc --noEmit --incremental false",
    "lint:prettier": "prettier . --check",
    "prepare": "husky && yarn build",
    "prepare:release": "yarn release-it --ci",
    "program:migrate": "ts-node --esm src/programs/migrateDids.ts",
    "program:migrateTsr": "node --loader ts-node/esm src/programs/migrateTsr.ts",
    "start": "node dist/cli",
    "test": "vitest --run",
    "test:authorisation": "vitest --run authorisation.spec.ts",
    "test:did": "vitest --run did.spec.ts",
    "test:essentials": "vitest --run essentials.spec.ts",
    "test:ledger": "vitest --run ledger.spec.ts",
    "test:tar": "vitest --run tar.spec.ts",
    "test:timestamp": "vitest --run timestamp.spec.ts",
    "test:tir": "vitest --run tir.spec.ts",
    "test:tnt": "vitest --run tnt.spec.ts",
    "test:tpr": "vitest --run tpr.spec.ts",
    "test:tsr": "vitest --run tsr.spec.ts",
    "test:accredit-and-authorize": "vitest --run accredit-and-authorize.spec.ts",
    "test:holder-wallet": "vitest --run holder-wallet.spec.ts",
    "test:issue-to-holder": "vitest --run issue-to-holder.spec.ts",
    "test:verifier": "vitest --run verifier.spec.ts",
    "test:pda1": "vitest --run pda1.spec.ts"
  },
  "dependencies": {
    "@apidevtools/json-schema-ref-parser": "^11.5.4",
    "@cef-ebsi/did-jwt": "^0.0.0-alpha.0",
    "@cef-ebsi/ebsi-did-resolver": "^4.2.0-alpha.2",
    "@cef-ebsi/key-did-resolver": "^2.1.2-alpha.0",
    "@cef-ebsi/verifiable-credential": "^8.0.0-alpha.6",
    "@cef-ebsi/verifiable-presentation": "^9.0.0-alpha.6",
    "@cef-ebsi/wallet-lib": "^6.0.3-alpha.2",
    "@noble/curves": "^2.0.1",
    "asn1js": "^3.0.7",
    "axios": "^1.13.2",
    "canonicalize": "^2.1.0",
    "chalk": "^5.6.2",
    "did-resolver": "^4.1.0",
    "dotenv": "^17.2.3",
    "ethers": "^6.16.0",
    "form-data": "^4.0.5",
    "https-proxy-agent": "^7.0.6",
    "joi": "^18.0.2",
    "jose": "^6.1.3",
    "lodash.set": "^4.3.2",
    "multiformats": "^13.4.2",
    "multihashes": "^4.0.3",
    "pkijs": "^3.3.3",
    "qs": "^6.14.1"
  },
  "optionalDependencies": {
    "graphene-pk11": "^2.3.6"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.3.1",
    "@commitlint/config-conventional": "^20.3.1",
    "@eslint/eslintrc": "^3.3.3",
    "@eslint/js": "^9.39.2",
    "@release-it/conventional-changelog": "^8.0.1",
    "@total-typescript/ts-reset": "^0.6.1",
    "@tsconfig/node22": "^22.0.5",
    "@tsconfig/strictest": "^2.0.8",
    "@types/lodash.set": "^4.3.9",
    "@types/node": "^22.17.0",
    "@types/qs": "^6.14.0",
    "@typescript-eslint/eslint-plugin": "^8.53.0",
    "@typescript-eslint/parser": "^8.53.0",
    "audit-ci": "^7.1.0",
    "copyfiles": "^2.4.1",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^3.10.1",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-perfectionist": "^4.15.1",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-regexp": "^2.9.1",
    "eslint-plugin-unicorn": "^62.0.0",
    "eslint-plugin-vitest": "^0.5.4",
    "globals": "^16.5.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "prettier": "^3.8.0",
    "read-pkg": "^9.0.1",
    "release-it": "^19.2.4",
    "rimraf": "^6.1.2",
    "spdx-license-list": "^6.11.0",
    "ts-node": "^10.9.2",
    "typescript": "5.9.3",
    "typescript-eslint": "^8.53.0",
    "vitest": "^3.2.4"
  },
  "resolutions": {
    "**/@ethersproject/providers/ws": "^7.5.10"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
  "lockfile-lint": {
    "path": "yarn.lock",
    "allowedHosts": "registry.yarnpkg.com",
    "validateHttps": true,
    "emptyHostname": false,
    "validatePackageNames": true,
    "allowedPackageNameAliases": [
      "string-width-cjs:string-width",
      "strip-ansi-cjs:strip-ansi",
      "wrap-ansi-cjs:wrap-ansi"
    ],
    "validateIntegrity": true
  }
}
