{
    "name": "@theorchard/datasource-ows",
    "version": "4.1.0",
    "description": "Base datasource for connecting to Orchard Web Services (OWS)",
    "main": "dist/cjs/src/index.js",
    "module": "dist/esm/src/index.js",
    "types": "dist/esm/src/index.d.ts",
    "author": "The Orchard",
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/ts-prettier"
    },
    "scripts": {
        "build:cjs": "tsc --build ./tsconfig.cjs.json",
        "build:esm": "tsc --build ./tsconfig.esm.json",
        "build": "pnpm run build:esm && pnpm run build:cjs",
        "clean": "rm -rf dist && rm -rf .cache",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx --cache --cache-location .cache/.eslintcache src",
        "test:unit": "jest",
        "test": "pnpm lint && pnpm test:unit"
    },
    "files": [
        "dist"
    ],
    "dependencies": {
        "@apollo/datasource-rest": "^6.4.1",
        "@apollo/utils.fetcher": "^2.0.0",
        "@theorchard/constants": "workspace:*",
        "@theorchard/graphql-constants": "workspace:*",
        "@theorchard/utils-environment": "workspace:*",
        "chalk": "^4.1.0",
        "cli-table3": "^0.6.0",
        "lodash-es": "^4.18.1",
        "query-string": "^6.5.0",
        "zod": "^4.1.0"
    },
    "peerDependencies": {
        "@apollo/server": "^5.x",
        "@theorchard/jwt-service-handler": "^4.x"
    },
    "devDependencies": {
        "@apollo/utils.keyvaluecache": "^4.0.0",
        "@fetch-mock/jest": "^0.2.20",
        "@theorchard/jwt-service-handler": "workspace:*",
        "@types/faker": "5.5.2",
        "@types/node-fetch": "^2.5.10",
        "faker": "^5.5.2",
        "graphql": "^16.8.1",
        "node-fetch": "^2.5.10"
    }
}
