{
  "name": "@vortex.so/cli",
  "version": "1.8.0",
  "description": "CLI to interact with Vortex.",
  "author": "Bian Pratama @bianpratama",
  "contributors": [
    "Bian Pratama <bian@prata.ma>"
  ],
  "license": "MIT",
  "keywords": [
    "vortex",
    "cli"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./build/@package/index.d.ts",
      "import": "./build/index.mjs",
      "require": "./build/index.cjs"
    }
  },
  "main": "./build/index.mjs",
  "module": "./build/index.mjs",
  "types": "./build/@package/index.d.ts",
  "bin": {
    "vortex": "./bin/main.mjs",
    "vrt": "./bin/main.mjs",
    "vrtx": "./bin/main.mjs"
  },
  "files": [
    "bin",
    "build"
  ],
  "dependencies": {
    "@neon.id/z": "^1.17.0",
    "@trapezedev/project": "^7.1.3",
    "chalk": "^5.4.1",
    "citty": "^0.1.6",
    "cli-table3": "^0.6.5",
    "consola": "^3.4.0",
    "dotenv-flow": "4.1.0",
    "execa": "^9.3.1",
    "figures": "^6.1.0",
    "fs-extra": "^11.3.0",
    "jiti": "^2.4.2",
    "js-yaml": "^4.1.0",
    "node-notifier": "^10.0.1",
    "open": "^10.1.0",
    "ora": "^8.2.0",
    "pathe": "^2.0.3",
    "pkg-types": "1.3.1",
    "prompts": "^2.4.2",
    "rimraf": "^6.0.1",
    "semver": "^7.7.1",
    "string-ts": "^2.2.1",
    "@vortex.so/pkg": "^0.2.0"
  },
  "devDependencies": {
    "@changesets/types": "6.1.0",
    "@types/js-yaml": "4.0.9",
    "@types/node": "22.13.4",
    "@types/node-notifier": "8.0.5",
    "@types/prompts": "2.4.9",
    "@types/rimraf": "4.0.5",
    "@types/semver": "7.5.8",
    "eslint": "9.20.1",
    "execa": "9.3.1",
    "prettier": "3.5.1",
    "rollup": "4.34.8",
    "tsc-alias": "1.8.10",
    "tsx": "4.19.3",
    "typescript": "5.7.3",
    "unbuild": "3.3.1",
    "vite": "6.1.1",
    "vitest": "3.0.6",
    "@vortex.so/eslint": "0.2.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "build": 48,
  "scripts": {
    "build": "tsx scripts/build.ts",
    "dev": "tsx src/cli.ts",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test:cargo": "node bin/cargo.mjs",
    "test:main": "node bin/main.mjs"
  }
}