{
  "name": "@ovok/core",
  "version": "0.2.52",
  "private": false,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "build": "rm -rf dist && tsc",
    "prepare": "yarn lint && yarn build",
    "release": "release-it"
  },
  "author": "Fatih Kayan <fatih.kayan@actimi.com> (https://fatihkayan.dev/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Actimi/ovok-react-sdk/issues"
  },
  "homepage": "https://github.com/Actimi/ovok-react-sdk#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Actimi/ovok-react-sdk.git"
  },
  "dependencies": {
    "@medplum/core": "^3.2.19",
    "@medplum/react-hooks": "^3.2.19"
  },
  "devDependencies": {
    "@eslint/js": "^9.15.0",
    "@medplum/fhirtypes": "^3.2.22",
    "@release-it/conventional-changelog": "^5.0.0",
    "@stylistic/eslint-plugin": "^2.12.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.11.0",
    "@types/react": "^18.3.12",
    "eslint": "^9.15.0",
    "eslint-plugin-check-file": "^2.8.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.9.0",
    "eslint-plugin-no-relative-import-paths": "^1.5.5",
    "globals": "^15.12.0",
    "jest": "^29.7.0",
    "react": "^18.3.1",
    "release-it": "^19.0.6",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3",
    "typescript-eslint": "^8.15.0"
  },
  "peerDependencies": {
    "@medplum/fhirtypes": "^3.2.22",
    "react": "*"
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version} [skip ci]",
      "tagName": "v${version}",
      "commit": true,
      "tag": true,
      "push": true
    },
    "npm": {
      "publish": true,
      "skipChecks": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  }
}
