{
    "name": "@conduit-client/service-cache-inclusion-policy",
    "version": "3.26.0",
    "private": false,
    "description": "OneStore Cache Inclusion Policy Service definition",
    "repository": {
        "type": "git",
        "url": "https://github.com/salesforce-experience-platform-emu/luvio-next.git",
        "directory": "packages/@conduit-client/services/cache-inclusion-policy"
    },
    "license": "SEE LICENSE IN LICENSE.txt",
    "type": "module",
    "exports": {
        "./v1": {
            "types": "./dist/types/v1/index.d.ts",
            "import": "./dist/v1/index.js",
            "require": "./dist/v1/index.js"
        }
    },
    "main": "dist/index.js",
    "module": "./dist/main/index.js",
    "types": "dist/types/index.d.ts",
    "files": [
        "dist/"
    ],
    "scripts": {
        "build": "vite build && tsc --build --emitDeclarationOnly",
        "clean": "rm -rf dist",
        "test": "vitest run",
        "test:size": "size-limit",
        "watch": "yarn build --watch"
    },
    "dependencies": {
        "@conduit-client/service-cache": "3.26.0",
        "@conduit-client/utils": "3.26.0"
    },
    "volta": {
        "extends": "../../../../package.json"
    },
    "size-limit": [
        {
            "path": "./dist/v1/index.js",
            "limit": "2.8 kB"
        }
    ]
}
