{
  "name": "better-use",
  "version": "0.1.0",
  "description": "Make websites accessible for AI agents - Better TypeScript implementation",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "better-use": "dist/cli.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsc && cp src/agent/*.md dist/agent/ 2>/dev/null || true",
    "build:watch": "tsc --watch",
    "dev": "ts-node src/index.ts",
    "cli": "ts-node src/cli.ts",
    "playground": "ts-node src/dom/playground/cli.ts",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "format": "prettier --write src/**/*.ts",
    "type-check": "tsc --noEmit",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "browser",
    "automation",
    "ai",
    "agent",
    "playwright",
    "typescript"
  ],
  "author": "Better-Use Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Yonom/better-use.git"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.30.1",
    "@aws-sdk/client-bedrock-runtime": "^3.699.0",
    "@google-ai/generativelanguage": "^2.8.0",
    "@google/generative-ai": "^0.24.1",
    "@types/blessed": "^0.1.25",
    "@types/react": "^18.3.24",
    "@types/winston": "^2.4.4",
    "axios": "^1.7.9",
    "blessed-contrib": "^4.11.0",
    "canvas": "^3.2.0",
    "chalk": "^4.1.2",
    "commander": "^14.0.0",
    "dotenv": "^16.4.7",
    "gif-encoder-2": "^1.0.5",
    "google-auth-library": "^9.15.0",
    "googleapis": "^144.0.0",
    "groq-sdk": "^0.30.0",
    "ink": "^4.4.1",
    "inquirer": "^12.9.3",
    "minimatch": "^10.0.1",
    "neo-blessed": "^0.2.0",
    "node-html-markdown": "^1.3.0",
    "node-html-parser": "^6.1.13",
    "ollama": "^0.5.17",
    "openai": "^4.77.3",
    "playwright": "^1.49.1",
    "react": "^18.3.1",
    "sharp": "^0.34.3",
    "tree-kill": "^1.2.2",
    "uuid": "^10.0.0",
    "winston": "^3.17.0",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/express": "^5.0.3",
    "@types/inquirer": "^9.0.9",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.2",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^8.19.0",
    "@typescript-eslint/parser": "^8.19.0",
    "eslint": "^9.18.0",
    "express": "^5.1.0",
    "jest": "^29.7.0",
    "prettier": "^3.4.2",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ]
}
