{
  "name": "browser-use-js",
  "version": "1.0.9",
  "description": "Enable AI to control your browser - TypeScript version",
  "homepage": "https://github.com/DarkNoah/browser-use-js#readme",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/index.ts",
    "start": "node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "npm run build"
  },
  "keywords": [
    "browser",
    "automation",
    "ai",
    "langchain",
    "playwright"
  ],
  "author": "noah",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@langchain/core": "^0.3.43",
    "@langchain/openai": "^0.5.4",
    "@types/node": "^22.14.0",
    "@types/uuid": "^10.0.0",
    "dotenv": "^16.4.7",
    "html-to-md": "^0.8.7",
    "https-proxy-agent": "^7.0.6",
    "jimp": "^1.6.0",
    "pdf-parse": "^1.1.1",
    "pino": "^9.6.0",
    "pino-pretty": "^13.0.0",
    "playwright": "^1.51.1",
    "posthog-node": "^4.11.1",
    "ts-node": "^10.9.2",
    "turndown": "^7.2.0",
    "typescript": "^5.8.3",
    "uuid": "^11.1.0",
    "zod": "^3.24.2",
    "zod-to-json-schema": "^3.24.5"
  },
  "devDependencies": {
    "@types/turndown": "^5.0.5",
    "copyfiles": "^2.4.1",
    "@langchain/community": "^0.3.39"
  },
  "peerDependencies": {
    "@langchain/community": "^0.3.39"
  }
}
