{
  "name": "@botonic/cli",
  "description": "Build Chatbots Using React",
  "version": "0.48.1",
  "license": "MIT",
  "bin": {
    "botonic": "./bin/run.js"
  },
  "scripts": {
    "prepublishOnly": "npm i && npm run build",
    "build": "shx rm -rf lib && tsc -b",
    "postpack": "shx rm -f oclif.manifest.json",
    "prepack": "oclif manifest && oclif readme",
    "lint": "biome check --write src/ tests/",
    "lint:check": "biome check src/ tests/",
    "format": "biome format --write src/ tests/",
    "test": "node --experimental-vm-modules --no-warnings=ExperimentalWarning ../../node_modules/.bin/jest --coverage",
    "test_ci": "node --experimental-vm-modules --no-warnings=ExperimentalWarning ../../node_modules/.bin/jest --coverage --ci --reporters=default --reporters=jest-junit",
    "version": "oclif readme && git add README.md"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.8.6",
    "@oclif/core": "^4.10.6",
    "@oclif/plugin-help": "^6.2.45",
    "axios": "^1.15.2",
    "fs-extra": "^11.3.4",
    "ora": "^9.4.0",
    "picocolors": "^1.1.1",
    "qs": "^6.15.1",
    "tar": "^7.5.13",
    "tslib": "^2.8.1",
    "zip-a-folder": "^6.1.1"
  },
  "devDependencies": {
    "@oclif/test": "^4.1.18",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.0.0",
    "oclif": "^4.23.0",
    "shx": "^0.4.0",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.2"
  },
  "engines": {
    "node": ">=22.19.0",
    "npm": ">=10.0.0"
  },
  "bugs": "https://github.com/hubtype/botonic/issues",
  "files": [
    "./bin",
    "./lib",
    "./lib",
    "./oclif.manifest.json"
  ],
  "homepage": "https://github.com/hubtype/botonic",
  "main": "lib/src/index.js",
  "type": "module",
  "oclif": {
    "bin": "botonic",
    "dirname": "botonic",
    "commands": "./lib/src/commands",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-plugins"
    ],
    "additionalHelpFlags": [
      "-h",
      "--help"
    ],
    "additionalVersionFlags": [
      "-v",
      "--version"
    ]
  },
  "repository": "hubtype/botonic",
  "types": "lib/src/index.d.ts",
  "keywords": [
    "bot-framework",
    "chatbot",
    "cli",
    "conversational-app",
    "conversational-ui",
    "oclif",
    "typescript"
  ]
}
