@constructor-io/constructorio-connect-cli
Version:
CLI tool to enable users to interface with the Constructor Connect Ecosystem
109 lines (108 loc) • 3.51 kB
JSON
{
"name": "@constructor-io/constructorio-connect-cli",
"version": "1.16.1",
"description": "CLI tool to enable users to interface with the Constructor Connect Ecosystem",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/bin",
"/dist",
"/boilerplate-repo",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"bin": {
"constructorio-connect-cli": "bin/run.js"
},
"scripts": {
"dev": "node bin/dev.js",
"dev:debug": "node --inspect-brk bin/dev.js",
"prod": "npm run build && bin/run.js",
"generate-readme": "ts-node scripts/generate-readme.ts",
"prepare": "npm run build",
"build": "tsc --project tsconfig.production.json",
"prebuild": "shx rm -rf dist",
"type-check": "tsc --noemit",
"test": "cross-env TZ=UTC node --trace-warnings node_modules/.bin/jest",
"test:verbose": "cross-env TZ=UTC VERBOSE=true jest",
"test:debug": "cross-env TZ=UTC node --inspect-brk -r ts-node/register node_modules/.bin/jest --runInBand",
"test:watch": "cross-env TZ=UTC jest --watch",
"test:cov": "cross-env TZ=UTC jest --coverage",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"mdlint": "markdownlint-cli2 \"**/*.md\"",
"mdlint:fix": "markdownlint-cli2 \"**/*.md\" --fix",
"license-check": "license-checker --production --onlyAllow 'Apache-2.0;BSD-3-Clause;BSD-2-Clause;ISC;MIT;0BSD'",
"postpack": "shx rm -f oclif.manifest.json",
"compile": "npm run build && npm run generate-readme && oclif manifest"
},
"oclif": {
"dirname": "constructorio-connect-cli",
"bin": "constructorio-connect-cli",
"commands": "./dist/commands",
"plugins": [
"@oclif/plugin-help"
],
"topicSeparator": ":",
"topics": {}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Constructor-io/constructorio-connect-cli.git"
},
"keywords": [
"cli",
"connect",
"constructorio",
"constructor"
],
"author": "Constructor.io Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Constructor-io/constructorio-connect-cli/issues"
},
"homepage": "https://github.com/Constructor-io/constructorio-connect-cli#readme",
"dependencies": {
"@inquirer/prompts": "^7.4.0",
"@oclif/core": "4.2.10",
"@oclif/plugin-help": "^6.2.27",
"axios": "^1.6.8",
"axios-retry": "^4.4.1",
"cli-highlight": "^2.1.11",
"dotenv": "^17.0.1",
"fs-extra": "^11.2.0",
"json-stringify-pretty-compact": "^3.0.0",
"kleur": "^4.1.5",
"nanospinner": "^1.2.2",
"remeda": "^2.5.0",
"replace-in-file": "^7.2.0",
"terminal-link": "^2.1.1"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@oclif/test": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/mock-fs": "^4.13.4",
"cross-env": "^10.0.0",
"eslint": "^9.25.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-promise": "^6.6.0",
"globals": "^16.0.0",
"jest": "^29.7.0",
"license-checker": "^25.0.1",
"markdownlint-cli2": "^0.20.0",
"mock-fs": "^5.2.0",
"nock": "14.0.10",
"oclif": "^4.17.42",
"prettier": "^3.2.5",
"prettier-2": "npm:prettier@^2.8.8",
"shx": "^0.4.0",
"stdout-stderr": "^0.1.13",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^8.30.1"
}
}