{
    "name": "@theorchard/connector-splitio",
    "version": "4.2.2",
    "description": "Common logic for checking feature flags in GraphQL services using the Split.io SDK",
    "main": "dist/cjs/src/index.js",
    "module": "dist/esm/src/index.js",
    "types": "dist/esm/src/index.d.ts",
    "engines": {
        "node": ">=22"
    },
    "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 .",
        "test:unit": "jest",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx --cache --cache-location .cache/.eslintcache src",
        "test": "pnpm lint && pnpm test:unit"
    },
    "files": [
        "dist"
    ],
    "dependencies": {
        "@aws-sdk/client-secrets-manager": "^3.1000.0",
        "@splitsoftware/splitio": "^10.22.5",
        "@theorchard/graphql-constants": "workspace:*"
    }
}
