{
    "name": "@crystallize/js-storefrontaware-utils",
    "license": "MIT",
    "type": "module",
    "version": "3.0.0",
    "author": "Crystallize <hello@crystallize.com> (https://crystallize.com)",
    "contributors": [
        "Sébastien Morel <sebastien@crystallize.com>"
    ],
    "scripts": {
        "watch": "tsc -W",
        "build": "rm -rf dist && tsup src/index.ts --format esm,cjs --dts",
        "test": "vitest run"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/CrystallizeAPI/js-storefrontaware-utils.git"
    },
    "exports": {
        ".": {
            "import": "./dist/index.js",
            "require": "./dist/index.cjs",
            "types": "./dist/index.d.ts"
        }
    },
    "types": "./dist/index.d.ts",
    "main": "./dist/index.cjs",
    "module": "./dist/index.mjs",
    "devDependencies": {
        "@tsconfig/node20": "^20.1.4",
        "@types/node": "^20.14.9",
        "typescript": "^5.5.2",
        "vitest": "^1.6.0",
        "tsup": "^8.1.0"
    },
    "dependencies": {
        "json-to-graphql-query": "^2.2.5",
        "@crystallize/js-api-client": "^3.0.0"
    }
}