{
  "name": "@sfdt/cli",
  "version": "0.15.1",
  "description": "Salesforce DevTools — Production-grade CLI for Salesforce DX deployment, testing, quality analysis, and release management",
  "type": "module",
  "bin": {
    "sfdt": "bin/sfdt.js"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "bin/",
    "src/",
    "scripts/",
    "gui/dist/",
    "gui/package.json",
    "gui/vite.config.js",
    "gui/index.html",
    "gui/src/",
    "host/installers/",
    "host/manifests/",
    "host/src/",
    "host/package.json",
    "README.md",
    "LICENSE",
    "SECURITY.md"
  ],
  "workspaces": [
    "gui",
    "extension",
    "host",
    "vscode",
    "packages/*"
  ],
  "scripts": {
    "pretest": "npm run build:flow-core",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "pretest:coverage": "npm run build:flow-core",
    "lint": "eslint src/ bin/",
    "lint:fix": "eslint src/ bin/ --fix",
    "format": "prettier --write \"src/**/*.js\" \"bin/*.js\" \"test/**/*.js\" \"README.md\" \"package.json\"",
    "dev": "npm link",
    "build:gui": "npm run build:flow-core && npm run build -w gui",
    "build:flow-core": "npm run build -w @sfdt/flow-core",
    "build:ext": "npm run build:flow-core && npm run build -w @sfdt/extension",
    "build:vscode": "npm run build:flow-core && npm run build -w vscode",
    "build:plugin": "npm run build -w @sfdt/plugin",
    "package:ext": "npm run build:ext && npm run zip -w @sfdt/extension",
    "package:vscode": "npm run package -w vscode",
    "test:flow-core": "npm run test -w @sfdt/flow-core",
    "test:extension": "npm run test -w @sfdt/extension",
    "test:host": "npm run test -w @sfdt/host",
    "test:vscode": "npm run test -w vscode",
    "test:plugin": "npm run test -w @sfdt/plugin",
    "test:all": "npm test && npm run test:flow-core && npm run test:extension && npm run test:host && npm run test:vscode && npm run test:plugin",
    "dev:ui": "npm run build:gui && npm link && echo '\\n✓ GUI built and linked. cd into your SF project and run: sfdt ui'",
    "postinstall": "node scripts/postinstall.js",
    "prepack": "npm run build:gui",
    "prepublishOnly": "npm test && npm run lint"
  },
  "keywords": [
    "salesforce",
    "sfdx",
    "sf",
    "devtools",
    "deployment",
    "testing",
    "cli",
    "devops",
    "apex",
    "lwc",
    "package-xml",
    "release-management"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=22.15.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "~1.29.0",
    "@sfdt/flow-core": "^0.9.0",
    "ajv": "^8.20.0",
    "ajv-formats": "^3.0.1",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "execa": "^9.5.2",
    "express": "^5.2.1",
    "express-rate-limit": "^8.5.1",
    "fs-extra": "^11.3.0",
    "glob": "^13.0.6",
    "inquirer": "^14.0.2",
    "open": "^11.0.0",
    "ora": "^9.3.0",
    "semver": "^7.8.0"
  },
  "optionalDependencies": {
    "nodemailer": "^9.0.1"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^4.1.4",
    "eslint": "^9.22.0",
    "happy-dom": "^20.10.6",
    "prettier": "^3.5.3",
    "supertest": "^7.1.0",
    "typescript-eslint": "^8.59.3",
    "vitest": "^4.1.4"
  },
  "overrides": {
    "tmp": "^0.2.6",
    "uuid": "^11.1.1",
    "shell-quote": "^1.8.4",
    "esbuild": "^0.28.1",
    "node-notifier": {
      "uuid": "^11.1.1"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scoobydrew83/sfdt.git"
  },
  "homepage": "https://github.com/scoobydrew83/sfdt#readme",
  "bugs": {
    "url": "https://github.com/scoobydrew83/sfdt/issues"
  }
}
