{
    "name": "candidhealth",
    "version": "1.20.3",
    "private": false,
    "repository": {
        "type": "git",
        "url": "git+https://github.com/candidhealth/candid-node.git"
    },
    "license": "Apache-2.0",
    "main": "./index.js",
    "types": "./index.d.ts",
    "scripts": {
        "format": "biome format --write --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none",
        "format:check": "biome format --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none",
        "lint": "biome lint --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none",
        "lint:fix": "biome lint --fix --unsafe --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none",
        "check": "biome check --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none",
        "check:fix": "biome check --fix --unsafe --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none",
        "build": "tsc",
        "prepack": "cp -rv dist/. .",
        "test": "jest --config jest.config.mjs",
        "test:unit": "jest --selectProjects unit",
        "test:wire": "jest --selectProjects wire"
    },
    "dependencies": {
        "form-data": "^4.0.4",
        "formdata-node": "^6.0.3",
        "node-fetch": "^2.7.0",
        "readable-stream": "^4.5.2",
        "form-data-encoder": "^4.0.2"
    },
    "devDependencies": {
        "@types/node-fetch": "^2.6.12",
        "@types/readable-stream": "^4.0.18",
        "webpack": "^5.97.1",
        "ts-loader": "^9.5.1",
        "jest": "^29.7.0",
        "@jest/globals": "^29.7.0",
        "@types/jest": "^29.5.14",
        "ts-jest": "^29.3.4",
        "jest-environment-jsdom": "^29.7.0",
        "msw": "2.11.2",
        "@types/node": "^18.19.70",
        "typescript": "~5.7.2",
        "@biomejs/biome": "2.4.3"
    },
    "browser": {
        "fs": false,
        "os": false,
        "path": false,
        "stream": false,
        "crypto": false
    },
    "packageManager": "yarn@1.22.22",
    "engines": {
        "node": ">=18.0.0"
    },
    "sideEffects": false
}
