{
  "name": "simplemdg-dev-cli",
  "version": "3.5.1",
  "description": "SimpleMDG local development CLI with CF/BTP helpers, CAP helpers, GitLab sync, request trace, and BTP DB Studio.",
  "type": "module",
  "bin": {
    "simplemdg": "dist/index.js",
    "smdg": "dist/index.js"
  },
  "files": [
    "dist",
    "src",
    "plugins",
    "README.md",
    "USER_GUIDE.md",
    "tsconfig.json"
  ],
  "scripts": {
    "build": "npm run build:cli && npm run build:studio",
    "build:cli": "tsup",
    "build:studio": "cd studio && npm install && npm run build",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "dev": "tsx src/index.ts",
    "dev:cli": "tsx src/index.ts",
    "dev:studio": "cd studio && npm run dev",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "verify:build": "node scripts/verify-build.mjs",
    "verify:plugins": "tsx scripts/verify-plugins.ts",
    "prepack": "npm run build && npm run verify:build && npm run verify:plugins",
    "bump:patch": "npm version patch --no-git-tag-version",
    "bump:minor": "npm version minor --no-git-tag-version",
    "bump:major": "npm version major --no-git-tag-version"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.686.0",
    "@azure/storage-blob": "^12.26.0",
    "@sap/cds-lsp": "5.5.7",
    "@supabase/supabase-js": "^2.110.6",
    "adm-zip": "^0.6.0",
    "archiver": "^8.0.0",
    "axios": "^1.16.1",
    "axios-cookiejar-support": "^5.0.5",
    "chalk": "^5.3.0",
    "cheerio": "^1.2.0",
    "commander": "^12.1.0",
    "diff": "^9.0.0",
    "execa": "^9.3.1",
    "fast-glob": "^3.3.2",
    "fast-xml-parser": "^5.10.0",
    "fs-extra": "^11.2.0",
    "ink": "^5.0.1",
    "nodemailer": "^6.9.16",
    "prompts": "^2.4.2",
    "react": "^18.3.1",
    "rehype-highlight": "^7.0.2",
    "rehype-sanitize": "^6.0.0",
    "rehype-stringify": "^10.0.1",
    "remark-gfm": "^4.0.1",
    "remark-parse": "^11.0.0",
    "remark-rehype": "^11.1.2",
    "tough-cookie": "^4.1.4",
    "unified": "^11.0.5",
    "yaml": "^2.6.1"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.8",
    "@types/archiver": "^8.0.0",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.10.2",
    "@types/nodemailer": "^6.4.16",
    "@types/pg": "^8.11.10",
    "@types/prompts": "^2.4.9",
    "@types/react": "^18.3.12",
    "@types/tough-cookie": "^4.0.5",
    "ink-testing-library": "^4.0.0",
    "tsup": "^8.3.5",
    "tsx": "^4.16.2",
    "typescript": "^5.5.3",
    "vitest": "^2.1.8"
  },
  "engines": {
    "node": ">=22.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "optionalDependencies": {
    "@sap/hana-client": "^2.23.24",
    "pg": "^8.12.0",
    "playwright": "^1.60.0"
  }
}
