{
  "name": "@aries-framework/indy-vdr",
  "main": "build/index",
  "types": "build/index",
  "version": "0.4.2",
  "files": [
    "build"
  ],
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/indy-vdr",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperledger/aries-framework-javascript",
    "directory": "packages/indy-vdr"
  },
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "rimraf ./build",
    "compile": "tsc -p tsconfig.build.json",
    "prepublishOnly": "yarn run build",
    "test": "jest"
  },
  "dependencies": {
    "@aries-framework/anoncreds": "0.4.2",
    "@aries-framework/core": "0.4.2"
  },
  "devDependencies": {
    "@hyperledger/indy-vdr-nodejs": "^0.1.0",
    "@hyperledger/indy-vdr-shared": "^0.1.0",
    "@stablelib/ed25519": "^1.0.2",
    "rimraf": "^4.4.0",
    "rxjs": "^7.2.0",
    "typescript": "~4.9.5"
  },
  "peerDependencies": {
    "@hyperledger/indy-vdr-shared": "^0.1.0"
  },
  "gitHead": "a0458febe4902e823c81b8e394a39b6bdbff31bc"
}
