{
    "name": "@spiffcommerce/core",
    "version": "26.23.2",
    "description": "Core client API for interacting with the Spiff Commerce backend.",
    "source": "src/index.ts",
    "main": "./dist/index.js",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "exports": {
        "main": "./dist/index.js",
        "module": "./dist/index.mjs",
        "require": "./dist/index.js",
        "import": "./dist/index.mjs",
        "types": "./dist/index.d.ts"
    },
    "scripts": {
        "dev": "ladle serve",
        "build": "vite build",
        "test": "vitest",
        "test:ci": "vitest --no-watch",
        "test:nowatch": "vitest --no-watch",
        "lint": "npx eslint src"
    },
    "keywords": [
        "e-commerce",
        "personalization",
        "fulfillment",
        "print"
    ],
    "files": [
        "dist",
        "CHANGELOG.md",
        "README.md",
        "LICENSE"
    ],
    "author": "SpiffCommerce",
    "devDependencies": {
        "@ladle/react": "2.17.2",
        "@preact/preset-vite": "^2.5.0",
        "@spiffcommerce/preview": "5.11.0",
        "@spiffcommerce/theme-bridge": "1.20.0",
        "@types/css": "^0.0.34",
        "@types/lodash.chunk": "^4.2.9",
        "@types/lodash.clonedeep": "^4.5.7",
        "@types/lodash.debounce": "^4.0.7",
        "@types/lodash.isequal": "^4.5.6",
        "@types/node-fetch": "^2.6.6",
        "@types/opentype.js": "^1.3.8",
        "@types/qrcode": "^1.5.2",
        "@types/react-syntax-highlighter": "^15.5.7",
        "@typescript-eslint/eslint-plugin": "^6.7.4",
        "@typescript-eslint/parser": "^6.7.4",
        "canvas": "^2.11.2",
        "eslint": "^8.28.0",
        "happy-dom": "^12.1.5",
        "husky": "^8.0.1",
        "node-fetch": "^3.3.2",
        "react-syntax-highlighter": "^15.5.0",
        "tsup": "^7.2.0",
        "typescript": "5.2.2",
        "vite": "^4.4.9",
        "vite-plugin-externalize-deps": "^0.7.0",
        "vitest": "^2.1.4"
    },
    "dependencies": {
        "@apollo/client": "^3.11.8",
        "css": "https://github.com/spiffdev/css.git#abc152e2a9338bae6ba8b1ad95715ed46607ad47",
        "data-uri-to-buffer": "^6.0.2",
        "exifr": "^7.1.3",
        "fuse.js": "^7.0.0",
        "graphql": "^16.8.0",
        "lodash.chunk": "^4.2.0",
        "lodash.clonedeep": "^4.5.0",
        "lodash.debounce": "^4.0.8",
        "lodash.isequal": "^4.5.0",
        "opentype.js": "^1.3.4",
        "pith": "https://github.com/spiffdev/pith.git#808bce907a2cab85bfe917ae0252ab90987b18d0",
        "preact": "^10.26.5",
        "preact-render-to-string": "^6.2.1",
        "qrcode": "^1.5.3",
        "svg-path-bbox": "^1.2.4",
        "unicode-default-word-boundary": "^13.0.0"
    }
}
