{
  "scripts": {
    "start": "npx tsc && node build/example_script.js",
    "camel_test": "npx tsc && node build/camel_test.js",
    "lint": "yarn format:check && yarn lint:js",
    "lint:js": "eslint \"src/**/*.ts\"",
    "format": "prettier --write .",
    "format:check": "prettier --check ."
  },
  "devDependencies": {
    "@types/lodash": "^4.17.16",
    "@typescript-eslint/eslint-plugin": "^8.26.0",
    "@typescript-eslint/parser": "^8.26.0",
    "eslint": "^9.39.2",
    "eslint-plugin-jest": "^28.11.0",
    "openapi-zod-client": "^1.18.3",
    "ts-to-zod": "^3.15.0"
  },
  "dependencies": {
    "lodash": "^4.18.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3",
    "uuid": "^14.0.0"
  }
}
