{
  "name": "@sphereon/ssi-sdk.dev",
  "version": "0.33.0",
  "source": "lib/index.ts",
  "exports": {
    ".": {
      "types": "./dist/cli.d.ts",
      "import": "./dist/cli.js"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/cli.js",
  "types": "dist/cli.d.ts",
  "bin": {
    "sphereon": "./bin/sphereon.js"
  },
  "scripts": {
    "build": "tsc",
    "build:copyfilesdis": "copyfiles package.json ./dist/",
    "build:clean": "tsc --build --clean && tsc --build"
  },
  "dependencies": {
    "@microsoft/api-extractor": "^7.47.2",
    "@microsoft/api-extractor-model": "^7.29.3",
    "commander": "^10.0.1",
    "copyfiles": "^2.4.1",
    "inquirer": "^9.3.5",
    "inquirer-autocomplete-prompt": "^3.0.1",
    "json-schema": "^0.4.0",
    "json5": "^2.2.3",
    "jsonpointer": "^5.0.1",
    "oas-resolver": "^2.5.6",
    "openapi-types": "^12.1.3",
    "ts-json-schema-generator": "^2.4.0-next.1",
    "url-parse": "^1.5.10",
    "yaml": "^2.4.5"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.7",
    "@types/inquirer-autocomplete-prompt": "^3.0.3",
    "@types/url-parse": "^1.4.11",
    "typescript": "5.4.2"
  },
  "files": [
    "dist/**/*",
    "bin/**/*",
    "lib/**/*",
    "package.json",
    "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"
  ],
  "type": "module",
  "moduleDirectories": [
    "node_modules",
    "lib"
  ],
  "nx": {},
  "gitHead": "c575bdd6642bda761881f0152e0a70ddc82d7f61"
}
