{
  "name": "@contentstack/cli-cm-import-setup",
  "description": "Contentstack CLI plugin to setup the mappers and configurations for the import command",
  "version": "2.0.0",
  "author": "Contentstack",
  "bugs": "https://github.com/contentstack/cli-plugins/issues",
  "dependencies": {
    "@contentstack/cli-command": "~2.0.0",
    "@contentstack/cli-utilities": "~2.0.0",
    "@contentstack/cli-asset-management": "~1.0.0",
    "@oclif/core": "^4.11.14",
    "big-json": "^3.2.0",
    "chalk": "^5.6.2",
    "fs-extra": "^11.3.6",
    "lodash": "^4.18.1",
    "merge": "^2.1.1",
    "mkdirp": "^1.0.4",
    "winston": "^3.19.0"
  },
  "devDependencies": {
    "@types/big-json": "^3.2.5",
    "@types/chai": "^4.3.20",
    "@types/fs-extra": "^11.0.4",
    "@types/mkdirp": "^1.0.2",
    "@types/mocha": "^10.0.10",
    "@types/node": "^14.18.63",
    "@types/rewire": "^2.5.30",
    "@types/sinon": "^21.0.1",
    "@types/tar": "^7.0.87",
    "@types/uuid": "^9.0.8",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "chai": "^4.5.0",
    "eslint": "^10.6.0",
    "mocha": "^10.8.2",
    "nyc": "^15.1.0",
    "oclif": "^4.23.27",
    "rewire": "^9.0.1",
    "sinon": "^21.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "pnpm compile && oclif manifest && oclif readme",
    "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
    "compile": "tsc -b tsconfig.json",
    "postpack": "rm -f oclif.manifest.json",
    "prepack": "pnpm compile && oclif manifest && oclif readme",
    "pretest": "tsc -p test",
    "lint": "eslint \"src/**/*.ts\"",
    "test": "mocha --forbid-only \"test/unit/**/*.test.ts\"",
    "version": "oclif readme && git add README.md",
    "format": "eslint \"src/**/*.ts\" --fix"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/messages",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/contentstack/cli",
  "keywords": [
    "contentstack",
    "cli",
    "plugin"
  ],
  "main": "./lib/commands/cm/stacks/import-setup.js",
  "license": "MIT",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "csdx",
    "repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-import-setup/<%- commandPath %>"
  },
  "csdxConfig": {
    "shortCommandName": {
      "cm:stacks:import": "IMPRTSTP"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/contentstack/cli-plugins.git",
    "directory": "packages/contentstack-import-setup"
  }
}