@contentstack/cli-utilities
Version:
Utilities for contentstack projects
85 lines (84 loc) • 2.42 kB
JSON
{
"name": "@contentstack/cli-utilities",
"version": "1.12.0",
"description": "Utilities for contentstack projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepack": "pnpm compile",
"clean": "rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo",
"compile": "tsc -b tsconfig.json",
"test:report": "tsc -p test && nyc --reporter=lcov --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"pretest": "tsc -p test",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"posttest": "npm run lint",
"lint": "eslint src/**/*.ts",
"format": "eslint src/**/*.ts --fix",
"test:unit": "mocha --forbid-only \"test/unit/**/*.test.ts\"",
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"contentstack",
"utilities"
],
"files": [
"/npm-shrinkwrap.json",
"/lib"
],
"author": "contentstack",
"license": "MIT",
"dependencies": {
"@contentstack/management": "~1.21.4",
"@contentstack/marketplace-sdk": "^1.2.8",
"@oclif/core": "^4.3.0",
"axios": "^1.9.0",
"chalk": "^4.1.2",
"cli-cursor": "^3.1.0",
"cli-progress": "^3.12.0",
"cli-table": "^0.3.11",
"conf": "^10.2.0",
"dotenv": "^16.5.0",
"figures": "^3.2.0",
"inquirer": "8.2.6",
"inquirer-search-checkbox": "^1.0.0",
"inquirer-search-list": "^1.2.6",
"js-yaml": "^4.1.0",
"klona": "^2.0.6",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"open": "^8.4.2",
"ora": "^5.4.1",
"papaparse": "^5.5.3",
"recheck": "~4.4.5",
"rxjs": "^6.6.7",
"traverse": "^0.6.11",
"tty-table": "^4.2.3",
"unique-string": "^2.0.0",
"uuid": "^9.0.1",
"winston": "^3.17.0",
"xdg-basedir": "^4.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/inquirer": "^9.0.8",
"@types/mkdirp": "^1.0.2",
"@types/mocha": "^10.0.10",
"@types/node": "^14.18.63",
"@types/sinon": "^10.0.20",
"@types/traverse": "^0.6.37",
"chai": "^4.5.0",
"eslint": "^8.57.1",
"eslint-config-oclif": "^6.0.62",
"eslint-config-oclif-typescript": "^3.1.14",
"fancy-test": "^2.0.42",
"mocha": "10.8.2",
"nyc": "^15.1.0",
"sinon": "^19.0.5",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
}
}