{
  "name": "@inovaprog/vrtex",
  "version": "0.1.76",
  "description": "CLI do Vortex — gerencie projetos e entregue contexto de tasks para seu agente",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inovaprog/vortex.git",
    "directory": "cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "vortex": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22.16"
  },
  "scripts": {
    "build": "tsc",
    "postbuild": "chmod +x dist/index.js",
    "dev": "tsx src/index.ts",
    "test": "vitest run src",
    "check": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@clack/prompts": "^0.10.1",
    "commander": "^12.1.0",
    "ink": "^7.1.1",
    "open": "^10.1.0",
    "prompts": "^2.4.2",
    "react": "^19.2.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.5",
    "@types/prompts": "^2.4.9",
    "@types/react": "^19.2.0",
    "tsx": "^4.19.1",
    "typescript": "^5.6.3",
    "vitest": "^3.2.4"
  },
  "main": "index.js",
  "keywords": [],
  "bugs": {
    "url": "https://github.com/inovaprog/vortex/issues"
  },
  "homepage": "https://github.com/inovaprog/vortex#readme"
}
