{
  "name": "ehrcraft-form-api",
  "version": "2.7.1",
  "description": "API/SDK for EHR Craft Forms (this version adds support for generic alerts)",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "tsc -p ./ --outDir dist/",
    "test": "tsc"
  },
  "keywords": [
    "openEHR",
    "DIPS",
    "EHRCraft",
    "Form"
  ],
  "author": "Bjørn Næss <bna@dips.no>",
  "license": "(MIT OR Apache-2.0)",
  "repository": {
    "type": "git",
    "url": "https://github.com/DIPSAS/ehrcraft-form-api"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.168",
    "@types/node": "^14",
    "eslint": "^7.18.0",
    "tslint": "^6",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4"
  }
}
