{
  "name": "@credo-ts/action-menu",
  "exports": {
    ".": "./build/index.mjs",
    "./package.json": "./package.json"
  },
  "version": "0.7.0",
  "files": [
    "build"
  ],
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/action-menu",
  "repository": {
    "type": "git",
    "url": "https://github.com/openwallet-foundation/credo-ts",
    "directory": "packages/action-menu"
  },
  "dependencies": {
    "class-transformer": "0.5.1",
    "class-validator": "^0.14.3",
    "rxjs": "^7.8.2",
    "@credo-ts/core": "0.7.0",
    "@credo-ts/didcomm": "0.7.0"
  },
  "devDependencies": {
    "reflect-metadata": "0.2.2",
    "typescript": "~5.9.3"
  },
  "scripts": {
    "build": "tsdown --config-loader unrun"
  },
  "types": "./build/index.d.mts",
  "module": "./build/index.mjs"
}