{
  "name": "browser-use-typescript",
  "version": "1.0.15",
  "description": "A TypeScript-based browser automation framework",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "browser-use-typescript"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "eslint . --ext .ts,.tsx",
    "test": "jest",
    "test:run": "jest tests/testRun.test.ts",
    "test:checkInit": "jest tests/checkAgentInit.test.ts",
    "test:act": "jest tests/testAct.test.ts",
    "prebuild": "npm run lint"
  },
  "keywords": [
    "browser",
    "automation",
    "typescript",
    "testing"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "turndown": "^7.2.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@babel/preset-env": "^7.26.9",
    "@types/node": "^22.13.14",
    "@types/turndown": "^5.0.5",
    "@typescript-eslint/eslint-plugin": "^6.18.1",
    "@typescript-eslint/parser": "^6.18.1",
    "babel-jest": "^29.7.0",
    "eslint": "^8.56.0",
    "typescript": "^5.8.2"
  }
}
