UNPKG

@contentstack/cli-cm-seed

Version:

create a Stack from existing content types, entries, assets, etc.

74 lines (73 loc) 2.02 kB
{ "name": "@contentstack/cli-cm-seed", "description": "create a Stack from existing content types, entries, assets, etc.", "version": "1.15.7", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { "@contentstack/cli-cm-import": "~1.33.4", "@contentstack/cli-command": "~1.8.4", "@contentstack/cli-utilities": "~1.18.5", "inquirer": "8.2.7", "mkdirp": "^1.0.4", "tar": "^7.5.19", "tmp": "^0.2.7" }, "devDependencies": { "@types/inquirer": "^9.0.9", "@types/jest": "^26.0.24", "@types/mkdirp": "^1.0.2", "@types/node": "^14.18.63", "@types/tar": "^6.1.13", "@types/tmp": "^0.2.6", "eslint": "^10.5.0", "eslint-config-oclif": "^6.0.137", "eslint-config-oclif-typescript": "^3.1.14", "jest": "^29.7.0", "oclif": "^4.23.8", "ts-jest": "^29.4.6", "ts-node": "^8.10.2", "typescript": "^4.9.5" }, "engines": { "node": ">=22.0.0" }, "files": [ "/lib", "/npm-shrinkwrap.json", "/oclif.manifest.json" ], "types": "./types/index.d.ts", "homepage": "https://github.com/contentstack/cli", "keywords": [ "contentstack", "cli", "plugin" ], "license": "MIT", "oclif": { "commands": "./lib/commands", "bin": "csdx", "repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-seed/<%- commandPath %>" }, "csdxConfig": { "expiredCommands": { "cm:seed": "csdx cm:stacks:seed" }, "shortCommandName": { "cm:stacks:seed": "SEED", "cm:seed": "O-SEED" } }, "repository": "contentstack/cli", "scripts": { "test": "jest", "pack": "npm pack --dry-run", "postpack": "rm -f oclif.manifest.json", "prepack": "pnpm compile && oclif manifest && oclif readme", "version": "oclif readme && git add README.md", "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo", "compile": "tsc -b tsconfig.json", "build": "pnpm compile && oclif manifest && oclif readme" } }