{
  "name": "cortex-cli",
  "version": "2.4.3",
  "description": "Command line tool for CognitiveScale Cortex.",
  "main": "./bin/cortex.js",
  "type": "module",
  "types": "./client/index.d.ts",
  "scripts": {
    "package-binary": "caxa --input . --output 'dist/cortex' '{{caxa}}/node_modules/.bin/node' '{{caxa}}/bin/cortex.js' --exclude '*' '.*' '!bin' '!src' '!client' '!package.json'",
    "package-binary-windows": "caxa --input . --output \"dist/cortex.exe\" \"{{caxa}}/node_modules/.bin/node\" \"{{caxa}}/bin/cortex.js\" --exclude \"*\" \".*\" \"!bin\" \"!src\" \"!client\" \"!package.json\"",
    "prepare": "is-ci || husky install",
    "prepack": "cp package-lock.json npm-shrinkwrap.json",
    "postpack": "rm npm-shrinkwrap.json",
    "pretest": "eslint bin/**/*.js src/**/*.js test/**/*.js && audit-ci -h",
    "test": "cross-env NODE_ENV=test c8 mocha --ignore **/test/workspaces*.js",
    "test:workspaces": "cross-env NODE_ENV=test mocha --grep='Workspaces'",
    "clean": "rm -rf dist/ coverage/ .nyc_output/ node_modules/ cortex-cli.tgz cortex-cli-docs.md version.txt",
    "scan": "sonar-scanner"
  },
  "files": [
    "bin/*",
    "src/*",
    "client/*",
    "README.md",
    "npm-shrinkwrap.json",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://git.tecnotree.com/sensaai/cortex-cli.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "cognitivescale",
    "cortex",
    "ai"
  ],
  "bin": {
    "cortex": "./bin/cortex.js"
  },
  "author": "CognitiveScale",
  "license": "Apache-2.0",
  "homepage": "https://git.tecnotree.com/sensaai/cortex-cli.git",
  "dependencies": {
    "@supercharge/promise-pool": "3.1.0",
    "boolean": "3.2.0",
    "chalk": "5.3.0",
    "cli-progress": "3.12.0",
    "cli-table3": "0.6.3",
    "commander": "11.1.0",
    "dayjs": "1.11.10",
    "debug": "4.3.4",
    "es-main": "1.3.0",
    "form-data": "4.0.0",
    "get-stream": "8.0.1",
    "glob": "10.3.10",
    "got": "13.0.0",
    "graphql": "16.8.1",
    "graphql-request": "6.1.0",
    "inquirer": "9.2.16",
    "is-installed-globally": "1.0.0",
    "istextorbinary": "6.0.0",
    "jmespath": "0.16.0",
    "joi": "17.11.0",
    "jose": "5.2.3",
    "js-yaml": "4.1.0",
    "listr2": "6.4.2",
    "lodash": "4.17.21",
    "npm-registry-fetch": "16.1.0",
    "prompts": "2.4.2",
    "qs": "6.12.0",
    "semver": "7.5.4",
    "simple-git": "3.24.0",
    "treeify": "1.1.0",
    "url-join": "5.0.0",
    "url-parse": "1.5.10",
    "uuid": "9.0.1",
    "which": "4.0.0",
    "yauzl": "3.1.2"
  },
  "devDependencies": {
    "audit-ci": "6.6.1",
    "c8": "8.0.1",
    "caxa": "3.0.1",
    "chai": "4.3.10",
    "chai-as-promised": "7.1.1",
    "cross-env": "7.0.3",
    "esbuild": "0.19.11",
    "eslint": "8.56.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-import": "2.29.1",
    "husky": "8.0.3",
    "is-ci": "3.0.1",
    "mocha": "10.2.0",
    "mocked-env": "1.3.5",
    "nock": "13.4.0",
    "pkg": "5.8.1",
    "sinon": "17.0.1",
    "sonarqube-scanner": "3.3.0"
  },
  "c8": {
    "check-coverage": true,
    "statements": 40,
    "branches": 71,
    "functions": 17,
    "lines": 40,
    "include": [
      "bin",
      "src"
    ],
    "reporter": [
      "text",
      "lcov"
    ]
  }
}
