{
    "name": "@spiffcommerce/core",
    "version": "41.0.1",
    "description": "Core client API for interacting with the Spiff Commerce backend.",
    "source": "src/index.ts",
    "main": "./dist/index.cjs",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "type": "module",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.mjs",
            "require": "./dist/index.cjs"
        }
    },
    "scripts": {
        "build": "vite build",
        "dev": "vite build --watch",
        "test": "vitest",
        "lint": "eslint src --max-warnings 0",
        "check-types": "tsc --noEmit",
        "size": "size-limit"
    },
    "keywords": [
        "e-commerce",
        "personalization",
        "fulfillment",
        "print"
    ],
    "files": [
        "dist",
        "CHANGELOG.md",
        "README.md",
        "LICENSE"
    ],
    "author": "SpiffCommerce",
    "license": "MIT",
    "dependencies": {
        "@apollo/client": "^3.11.8",
        "@aws-sdk/client-cognito-identity-provider": "^3.840.0",
        "css": "git+https://github.com/spiffdev/css.git#abc152e2a9338bae6ba8b1ad95715ed46607ad47",
        "currency-codes": "^2.2.0",
        "data-uri-to-buffer": "^6.0.2",
        "dinero.js": "^1.9.1",
        "exifr": "^7.1.3",
        "fuse.js": "^7.0.0",
        "graphql": "^16.8.0",
        "handlebars": "^4.7.8",
        "html-entities": "^2.6.0",
        "lodash.chunk": "^4.2.0",
        "lodash.clonedeep": "^4.5.0",
        "lodash.debounce": "^4.0.8",
        "lodash.isequal": "^4.5.0",
        "lodash.omit": "^4.5.0",
        "opentype.js": "^1.3.4",
        "pith": "git+https://github.com/spiffdev/pith.git#581155a4302684275c9b3621aa2537715cccdc10",
        "qrcode": "^1.5.3",
        "react": "^18",
        "react-dom": "^18",
        "svg-path-bbox": "^1.2.4",
        "unicode-default-word-boundary": "^13.0.0"
    }
}
