@contentstack/cli-cm-clone
Version:
Contentstack stack clone plugin
72 lines (71 loc) • 1.95 kB
JSON
{
"name": "@contentstack/cli-cm-clone",
"description": "Contentstack stack clone plugin",
"version": "1.18.0",
"author": "Contentstack",
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
"dependencies": {
"@colors/colors": "^1.6.0",
"@contentstack/cli-cm-export": "~1.22.0",
"@contentstack/cli-cm-import": "~1.30.0",
"@contentstack/cli-command": "~1.7.0",
"@contentstack/cli-utilities": "~1.15.0",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"chalk": "^4.1.2",
"inquirer": "8.2.7",
"lodash": "^4.17.21",
"merge": "^2.1.1",
"ora": "^5.4.1",
"prompt": "^1.3.0",
"rimraf": "^6.1.0"
},
"devDependencies": {
"@oclif/test": "^4.1.13",
"chai": "^4.5.0",
"eslint": "^8.57.1",
"eslint-config-oclif": "^6.0.62",
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"sinon": "^19.0.5"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/src"
],
"homepage": "https://github.com/rohitmishra209/cli-cm-clone",
"keywords": [
"contentstack",
"cli",
"plugin"
],
"license": "MIT",
"oclif": {
"commands": "./src/commands",
"bin": "csdx",
"repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-clone/<%- commandPath %>"
},
"repository": "https://github.com/contentstack/cli",
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"prepack": "oclif manifest && oclif readme",
"test": "nyc --reporter=html mocha --forbid-only \"test/**/*.test.js\"",
"posttest": "eslint .",
"version": "oclif readme && git add README.md",
"clean": "rm -rf ./node_modules tsconfig.build.tsbuildinfo"
},
"csdxConfig": {
"expiredCommands": {
"cm:stack-clone": "csdx cm:stacks:clone"
},
"shortCommandName": {
"cm:stacks:clone": "CLN",
"cm:stack-clone": "O-CLN"
}
}
}