@iflow-mcp/shaun0927-openchrome 1.7.13 → 1.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name": "@iflow-mcp/shaun0927-openchrome", "version": "1.7.
|
|
1
|
+
{"name": "@iflow-mcp/shaun0927-openchrome", "version": "1.7.14", "description": "Open-source browser automation MCP server. Control your real Chrome from any AI agent.", "main": "dist/index.js", "bin": {"iflow-mcp-shaun0927-openchrome": "dist/cli/index.js"}, "scripts": {"build": "tsc -p tsconfig.cli.json && tsc -p tsconfig.json", "build:cli": "tsc -p tsconfig.cli.json", "build:src": "tsc -p tsconfig.json", "dev": "tsc -p tsconfig.cli.json --watch", "start": "node dist/cli/index.js serve", "check": "node dist/cli/index.js check", "benchmark": "ts-node tests/benchmark/run.ts", "benchmark:ci": "ts-node tests/benchmark/run.ts --ci", "test": "jest", "test:coverage": "jest --coverage", "lint": "eslint src --ext .ts", "clean": "rimraf dist", "prepare": "npm run build"}, "keywords": ["openchrome", "mcp", "mcp-server", "browser-automation", "parallel-sessions", "cdp", "chrome", "chrome-devtools-protocol", "ai-agent", "puppeteer"], "author": "shaun0927", "license": "MIT", "repository": {"type": "git", "url": "git+https://github.com/shaun0927/openchrome.git"}, "bugs": {"url": "https://github.com/shaun0927/openchrome/issues"}, "homepage": "https://github.com/shaun0927/openchrome#readme", "devDependencies": {"@types/chrome": "^0.1.36", "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "@types/proper-lockfile": "^4.1.4", "@types/uuid": "^9.0.8", "@types/write-file-atomic": "^4.0.3", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.57.0", "jest": "^29.7.0", "rimraf": "^5.0.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.2", "typescript": "^5.4.0"}, "dependencies": {"commander": "^12.0.0", "proper-lockfile": "^4.1.2", "puppeteer-core": "^23.11.1", "uuid": "^9.0.0", "write-file-atomic": "^5.0.1"}, "engines": {"node": ">=18.0.0"}, "files": ["dist", "assets", "README.md", "LICENSE"]}
|