mirror of
https://github.com/epiral/bb-browser.git
synced 2026-09-14 13:45:45 +08:00
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "bb-browser",
|
|
"version": "0.14.2",
|
|
"description": "Your browser is the API. CLI for AI agents to control Chrome with your login state.",
|
|
"type": "module",
|
|
"bin": {
|
|
"bb-browser": "./dist/cli.js",
|
|
"bb-browser-daemon": "./dist/daemon.js"
|
|
},
|
|
"main": "./dist/cli.js",
|
|
"files": [
|
|
"dist",
|
|
"web",
|
|
"packages/shared/buildDomTree.js",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build && pnpm build:release",
|
|
"build:release": "tsup",
|
|
"dev": "turbo run dev",
|
|
"test": "turbo run test",
|
|
"lint": "turbo run lint",
|
|
"clean": "turbo run clean && rm -rf node_modules dist",
|
|
"prepare": "husky",
|
|
"prepublishOnly": "pnpm build:release"
|
|
},
|
|
"keywords": [
|
|
"browser",
|
|
"automation",
|
|
"ai",
|
|
"agent",
|
|
"chrome",
|
|
"extension",
|
|
"cli",
|
|
"puppeteer",
|
|
"playwright",
|
|
"cdp"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/epiral/bb-browser.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/epiral/bb-browser/issues"
|
|
},
|
|
"homepage": "https://github.com/epiral/bb-browser#readme",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"packageManager": "pnpm@9.15.0",
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^2.11.0",
|
|
"@connectrpc/connect": "^2.1.1",
|
|
"@connectrpc/connect-node": "^2.1.1",
|
|
"@pinixai/hub-client": "^0.2.0",
|
|
"ajv": "^8.17.1",
|
|
"ajv-formats": "^3.0.1",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.23.0",
|
|
"eslint": "^9.23.0",
|
|
"globals": "^16.0.0",
|
|
"husky": "^9.1.7",
|
|
"tsup": "^8.0.0",
|
|
"tsx": "^4.20.6",
|
|
"turbo": "^2.3.0",
|
|
"typescript": "^5.7.0",
|
|
"typescript-eslint": "^8.29.0"
|
|
}
|
|
}
|