{
  "name": "@reverso/cli",
  "version": "0.2.0",
  "description": "Command line interface for Reverso CMS",
  "homepage": "https://reverso.dev/docs/packages/cli",
  "bugs": {
    "url": "https://github.com/hogrid/reverso/issues"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "reverso": "./dist/bin.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "dev": "tsc -p tsconfig.build.json --watch",
    "typecheck": "tsc --noEmit",
    "lint": "biome check src/",
    "test": "vitest run --passWithNoTests",
    "test:watch": "vitest",
    "clean": "rm -rf dist .turbo"
  },
  "dependencies": {
    "@reverso/api": "^0.2.0",
    "@reverso/core": "^0.1.1",
    "@reverso/db": "^0.1.18",
    "@reverso/scanner": "^0.1.23",
    "boxen": "^8.0.1",
    "chalk": "^5.4.1",
    "commander": "^14.0.3",
    "dotenv": "^17.2.4",
    "figlet": "^1.10.0",
    "gradient-string": "^3.0.0",
    "ora": "^9.3.0",
    "prompts": "^2.4.2"
  },
  "devDependencies": {
    "@types/figlet": "^1.7.0",
    "@types/gradient-string": "^1.1.6",
    "@types/node": "^25.2.0",
    "@types/prompts": "^2.4.9",
    "typescript": "^5.7.3",
    "vitest": "^4.0.18"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hogrid/reverso.git",
    "directory": "packages/cli"
  },
  "keywords": [
    "reverso",
    "cms",
    "cli",
    "command-line"
  ],
  "author": "Emerson Nunes <emerson@hogrid.com>",
  "license": "MIT"
}
