{
  "name": "@arohitu/revcloud-cml-cli",
  "version": "1.5.2",
  "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",
    "scripts",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "rimraf dist && tsc",
    "postinstall": "node scripts/postinstall.js",
    "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",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.9.0",
    "axios": "^1.18.1",
    "commander": "^12.1.0",
    "rimraf": "^5.0.7",
    "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"
  }
}
