{
  "name": "@contentstack/cli-launch",
  "version": "1.11.1",
  "description": "Launch related operations",
  "author": "Contentstack CLI",
  "bin": {
    "launch": "./bin/run.js"
  },
  "homepage": "https://github.com/contentstack/launch-cli",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/contentstack/launch-cli.git"
  },
  "files": [
    "/bin",
    "/dist",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "dependencies": {
    "@apollo/client": "^3.14.0",
    "@contentstack/cli-command": "^1.8.2",
    "@contentstack/cli-utilities": "^1.18.3",
    "@oclif/core": "^4.2.7",
    "@oclif/plugin-help": "^6.2.25",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/express": "^4.17.21",
    "@types/express-serve-static-core": "^4.17.34",
    "adm-zip": "^0.5.16",
    "chalk": "^4.1.2",
    "cross-fetch": "^4.1.0",
    "dotenv": "^16.4.7",
    "express": "^4.22.0",
    "form-data": "4.0.6",
    "graphql": "^16.9.0",
    "ini": "^3.0.1",
    "lodash": "^4.18.1",
    "open": "^8.4.2",
    "rollup": "^4.59.0",
    "winston": "^3.17.0"
  },
  "devDependencies": {
    "@oclif/test": "^4.1.3",
    "@types/adm-zip": "^0.5.7",
    "@types/chai": "^4.3.20",
    "@types/ini": "^1.3.34",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.13",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.0.0",
    "@types/sinon": "^17.0.3",
    "chai": "^4.5.0",
    "eslint": "^9.24.0",
    "eslint-config-oclif": "^6.0.42",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "lint-staged": "^15.5.0",
    "mocha": "^11.0.1",
    "nyc": "^17.1.0",
    "oclif": "^4.17.30",
    "shx": "^0.3.4",
    "sinon": "^19.0.2",
    "ts-jest": "^29.3.1",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3"
  },
  "oclif": {
    "bin": "csdx",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-plugins"
    ],
    "topicSeparator": ":",
    "additionalHelpFlags": [
      "-h"
    ],
    "additionalVersionFlags": [
      "-v"
    ],
    "repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-launch/<%- commandPath %>"
  },
  "scripts": {
    "build-bkp": "shx rm -rf dist && tsc -b",
    "lint": "eslint 'src/**/*.{js,ts}'",
    "lint-staged": "lint-staged",
    "postpack": "shx rm -f oclif.manifest.json",
    "prepack-bkp": "npm run build && oclif manifest && oclif readme",
    "test": "mocha --forbid-only \"test/**/*.test.ts\" && npm run test:jest",
    "version": "oclif readme && git add README.md",
    "build": "npm run clean && npm run compile",
    "clean": "rm -rf ./dist tsconfig.build.tsbuildinfo",
    "compile": "tsc -b tsconfig.json && npm run patch-load-data-url",
    "patch-load-data-url": "node scripts/patch-load-data-url-file.js",
    "prepack": "npm run build && oclif manifest && oclif readme",
    "test:unit": "mocha --forbid-only \"test/unit/**/*.test.ts\" && npm run test:jest",
    "test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\" && npm run test:jest:coverage",
    "test:jest": "jest",
    "test:jest:coverage": "jest --coverage",
    "prepare": "husky"
  },
  "overrides": {
    "lodash": "^4.18.1",
    "form-data": "4.0.6",
    "ajv": "^8.18.0",
    "eslint": {
      "ajv": "^6.12.6"
    },
    "@eslint/eslintrc": {
      "ajv": "^6.12.6"
    },
    "qs": "^6.15.2",
    "tmp": "^0.2.4"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "bugs": "https://github.com/contentstack/launch-cli/issues",
  "keywords": [
    "oclif"
  ],
  "types": "dist/index.d.ts",
  "lint-staged": {
    "*.{js,ts}": [
      "eslint --fix"
    ]
  },
  "csdxConfig": {
    "shortCommandName": {
      "launch": "LNCH",
      "launch:logs": "LNCH-LGS",
      "launch:open": "LNCH-OPN",
      "launch:functions": "LNCH-FN",
      "launch:environments": "LNCH-ENV",
      "launch:deployments": "LNCH-DPLMNT"
    }
  }
}
