{
  "name": "@sphereon/ssi-sdk.agent-config",
  "version": "0.33.0",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --build",
    "build:clean": "tsc --build --clean && tsc --build"
  },
  "dependencies": {
    "@veramo/core": "4.2.0",
    "debug": "^4.3.5",
    "jsonpointer": "^5.0.1",
    "typeorm": "^0.3.21",
    "url-parse": "^1.5.10",
    "yaml": "^2.4.5"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/url-parse": "^1.4.11",
    "typescript": "5.4.2"
  },
  "files": [
    "dist/**/*",
    "src/**/*",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git",
  "author": "Sphereon <dev@sphereon.com>",
  "license": "Apache-2.0",
  "keywords": [
    "Sphereon",
    "SSI",
    "Agent"
  ],
  "nx": {},
  "gitHead": "c575bdd6642bda761881f0152e0a70ddc82d7f61"
}
