{
  "name": "@opencrvs/toolkit",
  "version": "2.0.0",
  "description": "OpenCRVS toolkit for building country configurations",
  "license": "MPL-2.0",
  "bin": {
    "opencrvs": "./dist/cli.js"
  },
  "exports": {
    "./lib": "./dist/lib.js",
    "./api": "./dist/api/index.js",
    "./application-config": "./dist/application-config/index.js",
    "./events": "./dist/events/index.js",
    "./scopes": "./dist/scopes/index.js",
    "./events/deduplication": "./dist/events/deduplication.js",
    "./conditionals": "./dist/conditionals/index.js",
    "./notification": "./dist/notification/index.js"
  },
  "scripts": {
    "build": "./build.sh",
    "build:all": "lerna run build --include-dependencies --scope @opencrvs/toolkit && ./build.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opencrvs/opencrvs-core.git"
  },
  "dependencies": {
    "@trpc/client": "11.4.3",
    "@trpc/server": "^11.8.0",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "date-fns": "^2.28.0",
    "jwt-decode": "^3.0.0",
    "lodash": "^4.17.10",
    "object-hash": "^3.0.0",
    "qs": "6.15.2",
    "superjson": "1.9.0-0",
    "ts-morph": "^27.0.2",
    "uuid": "^9.0.0",
    "zod": "^4.2.1",
    "zod-openapi": "^5.4.6"
  },
  "devDependencies": {
    "@opencrvs/events": "^2.0.0",
    "@types/object-hash": "^3.0.6",
    "@types/uuid": "^9.0.3",
    "esbuild": "^0.24.0",
    "typescript": "^5.6.3"
  },
  "moduleNameMapper": {
    "@opencrvs/commons/events": "@opencrvs/commons/build/dist/common/events/index.js",
    "@opencrvs/commons/scopes": "@opencrvs/commons/build/dist/common/scopes.js"
  }
}
