{
  "name": "chatgpt-cb-cli",
  "version": "1.0.2",
  "description": "chat-gpt clipboard assistant command line utils ",
  "main": "./dist/index.js",
  "bin": {
    "cba": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "config:dev": "ts-node src/index.ts config -u",
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
    "test:e2e": "jest --config ./test/jest-e2e.json"
  },
  "repository": {
    "type": "git",
    "url": "http://git.makesall.cn:980/fengsen.deng/chatgpt-clipboard-cli.git"
  },
  "keywords": [
    "CI",
    "CLI"
  ],
  "dependencies": {
    "axios": "^0.27.2",
    "cli-spinner": "^0.2.10",
    "cli-table3": "^0.6.2",
    "clipboardy": "^3.0.0",
    "commander": "^9.3.0",
    "inquirer": "8.2.4",
    "md5": "^2.3.0",
    "openai": "^3.2.1",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^3.0.2",
    "rxjs": "^7.2.0",
    "winston": "^3.8.1"
  },
  "devDependencies": {
    "@types/jest": "27.5.0",
    "@types/node": "^16.0.0",
    "@types/supertest": "^2.0.11",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "28.0.3",
    "prettier": "^2.3.2",
    "source-map-support": "^0.5.20",
    "supertest": "^6.1.3",
    "ts-jest": "28.0.1",
    "ts-loader": "^9.2.3",
    "ts-node": "^10.0.0",
    "tsconfig-paths": "4.0.0",
    "typescript": "^4.3.5"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src",
    "testRegex": ".*\\.spec\\.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "collectCoverageFrom": [
      "**/*.(t|j)s"
    ],
    "coverageDirectory": "../coverage",
    "testEnvironment": "node",
    "author": "codingmates@gmail.com",
    "license": "SEE LICENSE IN  LICENSE"
  }
}
