{
  "name": "@morgan-stanley/composeui-fdc3",
  "version": "0.1.0-alpha.13",
  "private": false,
  "description": "FDC3 DesktopAgent implementation for Compose UI",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "scripts": {
    "clean:dist": "rimraf dist",
    "clean:output": "rimraf output",
    "clean": "npm run clean:dist && npm run clean:output",
    "bundle": "rollup -c",
    "build": "npm run clean && tsc && npm run bundle",
    "test": "vitest run"
  },
  "author": "Morgan Stanley",
  "license": "Apache-2.0",
  "dependencies": {
    "@finos/fdc3": "~2.0.3",
    "@morgan-stanley/composeui-messaging-abstractions": "*",
    "rxjs": "7.8.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morganstanley/ComposeUI.git"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "29.0.2",
    "@rollup/plugin-node-resolve": "16.0.3",
    "@types/node": "^24.5.2",
    "jsdom": "^28.1.0",
    "rimraf": "6.1.3",
    "rollup": "4.60.2",
    "ts-node": "10.9.2",
    "tslib": "2.8.1",
    "typescript": "5.9.3",
    "vitest": "4.0.18"
  },
  "gitHead": "6599a2e1e40b079af04b30206bf20c025575be12"
}
