{
  "name": "@owloops/browserbird",
  "version": "2.3.3",
  "description": "AI agent orchestrator with a real browser, a cron scheduler, and a web dashboard",
  "type": "module",
  "bin": {
    "browserbird": "./bin/browserbird"
  },
  "engines": {
    "node": ">=22.21.0"
  },
  "files": [
    "dist",
    "bin/browserbird",
    "web/dist",
    "README.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "format": "prettier --write src/",
    "format:check": "prettier --check src/",
    "test": "node --test \"src/**/*.test.ts\"",
    "build": "tsdown",
    "dev": "tsdown && ./bin/browserbird",
    "dev:web": "cd web && npm run dev",
    "dev:server": "node --watch --disable-warning=ExperimentalWarning bin/browserbird-dev",
    "dev:all": "concurrently -n be,fe -c blue,green \"npm run dev:server\" \"npm run dev:web\"",
    "start": "./bin/browserbird",
    "prepublishOnly": "npm run lint && npm run format:check && npm run typecheck && npm run build && cd web && npm ci && npm run build"
  },
  "keywords": [
    "cli",
    "ai-agent",
    "orchestrator",
    "browser-automation",
    "scheduler",
    "cron",
    "claude",
    "playwright"
  ],
  "author": "Owloops",
  "license": "FSL-1.1-MIT",
  "homepage": "https://github.com/Owloops/browserbird#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Owloops/browserbird.git"
  },
  "bugs": {
    "url": "https://github.com/Owloops/browserbird/issues"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/node": "^24.0.0",
    "@typescript-eslint/eslint-plugin": "^8.56.0",
    "@typescript-eslint/parser": "^8.56.0",
    "concurrently": "^9.2.1",
    "eslint": "^10.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "prettier": "^3.8.1",
    "prettier-plugin-svelte": "^3.5.0",
    "semantic-release": "^25.0.3",
    "tsdown": "^0.21.0-beta.2",
    "typescript": "^5.8.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "@slack/socket-mode": "^2.0.5"
  }
}
