{
  "name": "@livechat/developer-cli",
  "version": "2.1.2",
  "description": "This project exposes Text Platform capabilities in form of easy to use CLI application.",
  "author": "Wojciech Dudek",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/livechat/developer-cli.git"
  },
  "bugs": {
    "url": "https://github.com/livechat/developer-cli/issues"
  },
  "main": "./dist/index.js",
  "bin": {
    "txdev": "./dist/index.mjs"
  },
  "files": [
    "dist/**"
  ],
  "keywords": [],
  "dependencies": {
    "@types/semver": "^7.5.8",
    "@types/uuid": "^9.0.7",
    "boxen": "^6.2.1",
    "configstore": "^6.0.0",
    "dotenv": "^16.0.1",
    "gradient-string": "^2.0.0",
    "micro": "^10.0.1",
    "node-fetch": "^3.2.3",
    "open": "^8.4.0",
    "ora": "^6.1.0",
    "prompts": "^2.4.2",
    "semver": "^7.6.0",
    "signale": "^1.4.0",
    "uuid": "^9.0.1",
    "yargs": "^17.4.0",
    "@livechat/developer-sdk": "^2.0.184",
    "@livechat/developer-studio-api": "3.5.2"
  },
  "devDependencies": {
    "@types/configstore": "^6.0.0",
    "@types/gradient-string": "^1.1.2",
    "@types/node": "^17.0.12",
    "@types/prompts": "^2.4.4",
    "@types/signale": "^1.4.4",
    "@types/yargs": "^17.0.24",
    "tsup": "^7.1.0",
    "typescript": "^5.1.6",
    "eslint-config-custom": "0.0.11",
    "tsconfig": "0.0.1",
    "utils": "0.0.7"
  },
  "scripts": {
    "build": "tsup",
    "dev": "npm run build -- --watch",
    "lint": "eslint \"**/*.ts*\" --fix"
  }
}