{
  "name": "openehr-tools",
  "version": "0.1.2",
  "type": "commonjs",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "ajv": "^8.11.0",
    "chai": "^4.3.6",
    "fhirpath": "^2.14.5",
    "lodash": "^4.17.21",
    "luxon": "^3.0.3",
    "tree-model": "^1.0.7",
    "ts-mocha": "^10.0.0",
    "ts-morph": "^16.0.0",
    "typescript": "^4.7.4",
    "yaml": "^2.1.1",
    "zustand": "^4.1.0"
  },
  "devDependencies": {
    "@types/chai": "^4.3.3",
    "@types/lodash": "^4.14.186",
    "@types/luxon": "^3.0.1",
    "@types/mocha": "^10.0.0",
    "@types/node": "^16.11.51",
    "ts-json-schema-generator": "^1.0.0",
    "ts-node": "^10.9.1"
  },
  "scripts": {
    "test": "ts-mocha -p tsconfig.json tests/**/*.spec.ts",
    "build": "tsc",
    "prepublish": "npm run build",
    "generate-schema": "./node_modules/.bin/ts-json-schema-generator --path './src/types.ts' --type \"ITemplate\" --minify > validator.json",
    "generate-suffixes": "ts-node --project ./tsconfig.json ./src/utils/exportSuffixes.ts",
    "release": "npm run test && standard-version -a && git push --follow-tags origin master"
  },
  "engines": {
    "node": ">=14.17.0"
  }
}
