{
  "name": "@aries-framework/cheqd",
  "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/cheqd",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperledger/aries-framework-javascript",
    "directory": "packages/cheqd"
  },
  "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",
    "@cheqd/sdk": "cjs",
    "@cheqd/ts-proto": "cjs",
    "@cosmjs/crypto": "^0.29.5",
    "@cosmjs/proto-signing": "^0.31.0",
    "@stablelib/ed25519": "^1.0.3",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.0",
    "rxjs": "^7.2.0",
    "tsyringe": "^4.8.0"
  },
  "devDependencies": {
    "@aries-framework/indy-sdk": "0.4.2",
    "@types/indy-sdk": "*",
    "rimraf": "^4.0.7",
    "typescript": "~4.9.4"
  }
}
