{
  "name": "scicm",
  "version": "0.0.5",
  "description": "SAP Cloud (Platform) Integration Configuration Manager CLI",
  "keywords": [
    "scicm",
    "sap",
    "cloud",
    "platform",
    "integration",
    "configration"
  ],
  "type": "module",
  "exports": "./lib/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "scicm": "./bin/run.js"
  },
  "files": [
    "/bin",
    "/dist",
    "/oclif.manifest.json"
  ],
  "scripts": {
    "predev": "npm run build && clear",
    "dev": "node ./bin/run.js",
    "build": "shx rm -rf dist && tsc -b",
    "postbuild": "shx cp package.json dist/package.json",
    "lint": "eslint . --ext .ts",
    "prepack": "npm run build && oclif manifest && oclif readme",
    "postpack": "shx rm -f oclif.manifest.json",
    "prepare": "npm run build"
  },
  "oclif": {
    "bin": "scicm",
    "commands": "./dist/commands",
    "dirname": "scicm",
    "plugins": [
      "@oclif/plugin-help"
    ],
    "topicSeparator": " "
  },
  "dependencies": {
    "@inquirer/prompts": "^4.1.0",
    "@oclif/core": "^3",
    "@oclif/plugin-help": "^6",
    "@oclif/plugin-plugins": "^4",
    "@sap-cloud-sdk/odata-v2": "^3.12.0",
    "@sap-cloud-sdk/util": "^3.12.0",
    "dotenv": "^16.4.5",
    "moment": "^2.30.1",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@oclif/prettier-config": "^0.2.1",
    "@sap-cloud-sdk/generator": "^3.12.0",
    "@types/node": "^18",
    "@types/npm": "^7.19.3",
    "eslint": "^8",
    "eslint-config-oclif": "^5",
    "eslint-config-oclif-typescript": "^3",
    "eslint-config-prettier": "^9.1.0",
    "oclif": "^4.4.12",
    "shx": "^0.3.4",
    "ts-node": "^10.9.2",
    "typescript": "^5"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
