{
    "name": "orchard-api-functional-tests",
    "version": "0.0.0",
    "description": "Describes dependencies for frisby tests and installs packages",
    "repository": {
        "type": "git",
        "url": "https://github.com/theorchard/api/"
    },
    "packageManager": "pnpm@11.0.9",
    "author": "The Orchard",
    "license": "Proprietary",
    "private": true,
    "scripts": {
        "format": "biome format . --write",
        "lint": "biome lint .",
        "check": "biome check .",
        "test": "jest",
        "test:integration": "jest --maxWorkers=5",
        "test:serial": "jest --runInBand",
        "test:watch": "jest --watch",
        "test:da": "jest --selectProjects DA",
        "test:nonDa": "jest --selectProjects NonDA",
        "test:subaccount": "jest --selectProjects Subaccount",
        "test:oa": "jest --selectProjects OA",
        "test:noAccessToken": "jest --selectProjects NoAccessToken"
    },
    "dependencies": {
        "dotenv": "^17.4.2",
        "frisby": "^2.2.0",
        "jest": "^30.4.2",
        "joi": "^18.2.3",
        "moment": "^2.30.1",
        "qs": "^6.15.3",
        "underscore": "^1.13.8"
    },
    "engines": {
        "node": ">=24"
    },
    "pnpm": {
        "overrides": {
            "glob@7": "^11.0.3"
        }
    },
    "devDependencies": {
        "@biomejs/biome": "^2.5.2"
    }
}
