{
   "name": "agljs",
   "version": "1.0.4",
   "description": "AGL.js is a lightweight framework for integrating web apps with Epic's Active Guidelines platform, using modern JavaScript features. Manage action queuing, event handling, subscriptions, and state within Epic Hyperspace.",
   "main": "ts/AGL.ts",
   "repository": {
      "type": "git",
      "url": "https://github.com/faulkj/agljs.git"
   },
   "bugs": {
      "url": "https://github.com/faulkj/agljs/issues"
   },
   "homepage": "https://github.com/faulkj/agljs#readme",
   "author": "Joshua Faulkenberry <j@joshuafaulkenberry.com> (https://joshuafaulkenberry.com/)",
   "license": "Kopimi",
   "keywords": [
      "Epic",
      "Epic Hyperspace",
      "Epic Hyperdrive",
      "Active Guidelines",
      "AGL",
      "TypeScript",
      "EHR",
      "clinical decision support",
      "CDS",
      "healthcare"
   ],
   "scripts": {
      "build": "rollup -c --configPlugin typescript"
   },
   "devDependencies": {
      "@rollup/plugin-terser": "^0.4.4",
      "@rollup/plugin-typescript": "^12.1.2",
      "rollup": "^4.30.1",
      "ts-node": "^10.9.2",
      "tslib": "^2.8.1",
      "typescript": "^5.7.3"
   }
}
