@contentstack/cli-cm-bootstrap
Version:
Bootstrap contentstack apps
74 lines (73 loc) • 2.05 kB
JSON
{
"name": "@contentstack/cli-cm-bootstrap",
"description": "Bootstrap contentstack apps",
"version": "1.19.9",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
"build": "pnpm compile && oclif manifest && oclif readme",
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
"compile": "tsc -b tsconfig.json",
"postpack": "rm -f oclif.manifest.json",
"prepack": "pnpm compile && oclif manifest && oclif readme",
"version": "oclif readme && git add README.md",
"test": "npm run build && npm run test:e2e",
"test:e2e": "nyc mocha \"test/**/*.test.js\" || exit 0",
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\"",
"lint": "eslint \"src/**/*.ts\""
},
"dependencies": {
"@contentstack/cli-cm-seed": "~1.15.10",
"@contentstack/cli-command": "~1.8.5",
"@contentstack/cli-config": "~1.21.1",
"@contentstack/cli-utilities": "~1.19.1",
"@oclif/core": "^4.11.4",
"inquirer": "8.2.7",
"mkdirp": "^2.1.6",
"tar": "^7.5.19"
},
"devDependencies": {
"@oclif/test": "^4.1.18",
"@types/inquirer": "^9.0.8",
"@types/mkdirp": "^1.0.2",
"@types/node": "^14.18.63",
"@types/tar": "^6.1.13",
"chai": "^4.5.0",
"eslint": "^10.5.0",
"mocha": "10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"tmp": "^0.2.7",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=22.0.0"
},
"files": [
"/lib",
"/messages",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/contentstack/cli",
"keywords": [
"contentstack",
"cli",
"plugin"
],
"license": "MIT",
"oclif": {
"commands": "./lib/commands",
"bin": "csdx",
"plugin": [
"@contentstack/cli-cm-seed"
],
"repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-bootstrap/<%- commandPath %>"
},
"csdxConfig": {
"shortCommandName": {
"cm:bootstrap": "BTSTRP"
}
},
"repository": "contentstack/cli"
}