{
  "name": "reactive-cards",
  "version": "1.2.0",
  "description": "Renders JSX components to Adaptive Card JSON on the server and in the browser.",
  "main": "dist/index.js",
  "ts:main": "src/index.ts",
  "types": "types/index.d.ts",
  "authors": [
    "Guy Barnard",
    "Sync Health Labs <labs@noreply.sync.health>",
    "Internet Open Protocol Alliance"
  ],
  "keywords": [
    "html",
    "hyperscript",
    "preact",
    "adaptivecards",
    "jsx",
    "renderer",
    "strings"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "github:synchealthlabs/rdx",
    "directory": "packages/reactive-cards"
  },
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "lint": "berun-scripts lint"
  },
  "dependencies": {},
  "devDependencies": {
    "@berun/dev-scripts": "^7.0.3"
  },
  "peerDependencies": {}
}
