{
  "name": "@knotx/cli",
  "version": "0.5.10",
  "description": "CLI tool for Knotx",
  "author": "boenfu",
  "license": "MIT",
  "homepage": "https://github.com/boenfu/knotx#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/boenfu/knotx.git",
    "directory": "packages/cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "knotx": "./dist/index.cjs"
  },
  "files": [
    "dist",
    "templates"
  ],
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "fs-extra": "^11.2.0",
    "inquirer": "^9.2.15",
    "ora": "^8.0.1",
    "typescript": "~5.5.4",
    "typescript-json-schema": "^0.65.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.7",
    "@knotx/build-config": "0.5.10",
    "@knotx/eslint-config": "0.5.10",
    "@knotx/typescript-config": "0.5.10"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit"
  }
}