{
    "name": "@arohitu/revcloud-cml-cli",
    "version": "1.10.0",
    "description": "A CLI tool to automate the deployment of Salesforce Advanced Configurator (CML) configurations.",
    "main": "dist/src/index.js",
    "bin": {
        "rccml": "dist/src/index.js"
    },
    "files": [
        "dist",
        "CHANGELOG.md"
    ],
    "scripts": {
        "build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && tsc",
        "prepublishOnly": "npm run build",
        "test": "jest --coverage"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/arohitu/revcloud-cml-cli.git"
    },
    "bugs": {
        "url": "https://github.com/arohitu/revcloud-cml-cli/issues"
    },
    "homepage": "https://github.com/arohitu/revcloud-cml-cli#readme",
    "keywords": [
        "salesforce",
        "sfdx",
        "sf-cli",
        "cli",
        "deployment",
        "expressionset",
        "advanced-configurator",
        "cml",
        "configurator",
        "constraint"
    ],
    "author": "Rohit Radhakrishnan",
    "license": "MIT",
    "engines": {
        "node": ">=18"
    },
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "axios": "^1.18.1",
        "cli-table3": "^0.6.5",
        "commander": "^12.1.0",
        "semver": "^7.7.3"
    },
    "devDependencies": {
        "@types/axios": "^0.14.0",
        "@types/jest": "^30.0.0",
        "@types/node": "^20.14.9",
        "@types/semver": "^7.7.1",
        "jest": "^30.4.2",
        "ts-jest": "^29.4.11",
        "typescript": "^5.9.3"
    },
    "overrides": {
        "@babel/core": "^7.29.6",
        "glob": {
            "minimatch": "^9.0.7"
        },
        "picomatch": "^2.3.2",
        "brace-expansion": "^2.0.3"
    }
}
