{
    "name": "sfcc-catalog-reducer",
    "version": "2.2.0",
    "description": "Module to make huge master catalog for SFCC platform smaller for dev/qa purpoes",
    "main": "index.js",
    "bin": {
        "sfcc-catalog-reducer": "./index.js"
    },
    "type": "module",
    "imports": {
        "#types": "./lib/types.ts",
        "#constants": "./constants.js",
        "#xml/*": "./lib/xml/*",
        "#workers/*": "./lib/workers/*",
        "#tools/*": "./lib/tools/*",
        "#model/*": "./lib/model/*",
        "#reducers/*": "./lib/reducers/*"
    },
    "peerDependencies": {
        "globby": "13.1.1"
    },
    "scripts": {
        "test-reduce": "node index.js --test-config",
        "lint": "eslint . --ext .js,.ts"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/acibilous/sfcc-catalog-reducer.git"
    },
    "keywords": [
        "SFCC",
        "Demandware",
        "Catalog",
        "Reducer"
    ],
    "author": "exMDM",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/acibilous/sfcc-catalog-reducer/issues"
    },
    "homepage": "https://github.com/acibilous/sfcc-catalog-reducer#readme",
    "devDependencies": {
        "@typescript-eslint/parser": "^5.30.5",
        "eslint": "^8.19.0",
        "eslint-plugin-spellcheck": "^0.0.19",
        "typescript": "^4.7.4"
    }
}
