{
  "name": "vibe-tools",
  "description": "CLI tools for AI agents",
  "keywords": [
    "cursor",
    "vibe",
    "tools",
    "ai",
    "assistant"
  ],
  "version": "0.62.7",
  "type": "module",
  "main": "./dist/index.mjs",
  "bin": {
    "vibe-tools": "dist/index.mjs"
  },
  "scripts": {
    "compile": "tsc -build",
    "build": "node build.js",
    "prepublish": "npm run compile && npm run lint && npm run build",
    "dev": "node --import=tsx src/index.ts",
    "serve-test": "bun --hot tests/commands/browser/serve.ts",
    "test": "vitest",
    "format": "prettier --write \"infra/**/*.{ts,tsx,js,jsx,json,md,vue}\" \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
    "lint": "npm run format && eslint \"src/**/*.ts\"",
    "release": "node scripts/release.cjs"
  },
  "files": [
    "package.json",
    "dist",
    "README.md"
  ],
  "exports": {
    ".": "./dist/index.mjs",
    "./llms": "./dist/llms/index.mjs"
  },
  "author": "eastlondoner",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eastlondoner/cursor-tools.git"
  },
  "homepage": "https://github.com/eastlondoner/cursor-tools#readme",
  "bugs": {
    "url": "https://github.com/eastlondoner/cursor-tools/issues"
  },
  "devDependencies": {
    "@anthropic-ai/sdk": "^0.51.0",
    "@browserbasehq/sdk": "^2.6.0",
    "@browserbasehq/stagehand": "^2.2.1",
    "@eslint/js": "^9.25.1",
    "@modelcontextprotocol/sdk": "^1.10.2",
    "@playwright/test": "1.52.0",
    "@types/bun": "^1.2.10",
    "@types/node": "^22.15.2",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "consola": "^3.4.2",
    "esbuild": "^0.25.3",
    "eslint": "^9.27.0",
    "fast-glob": "^3.3.3",
    "formdata-node": "^6.0.3",
    "globals": "^16.0.0",
    "openai": "^4.100.0",
    "p-queue": "^8.1.0",
    "prettier": "^3.5.3",
    "tsx": "^4.19.3",
    "typescript": "^5.8.3",
    "vibe-rules": "^0.2.31",
    "vitest": "^3.1.2",
    "zod": "3.24.3"
  },
  "dependencies": {
    "dotenv": "16.5.0",
    "eventsource-client": "1.1.3",
    "google-auth-library": "^9.15.1",
    "playwright": "1.52.0",
    "playwright-core": "1.52.0",
    "punycode": "^2.3.1",
    "repomix": "0.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "overrides": {
    "punycode": "^2.3.1",
    "playwright-core": "1.52.0",
    "@playwright/test": "1.52.0",
    "playwright": "1.52.0"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild"
    ],
    "overrides": {
      "playwright-core": "1.52.0",
      "@playwright/test": "1.52.0",
      "playwright": "1.52.0"
    }
  }
}
