package.json•934 B
{
"name": "yetibrowser-mcp",
"version": "1.0.1",
"private": true,
"license": "MIT",
"description": "Open implementation of a Yeti Browser MCP server and companion browser extensions",
"author": "Yetidevworks",
"repository": {
"type": "git",
"url": "https://github.com/yetidevworks/yetibrowser-mcp.git"
},
"homepage": "https://github.com/yetidevworks/yetibrowser-mcp",
"bugs": {
"url": "https://github.com/yetidevworks/yetibrowser-mcp/issues"
},
"keywords": [
"mcp",
"model-context-protocol",
"browser",
"automation",
"chrome",
"firefox",
"claude"
],
"scripts": {
"lint": "eslint .",
"typecheck": "tsc -b",
"build": "npm run build --workspaces",
"test": "echo 'No tests yet'"
},
"workspaces": [
"packages/*",
"extensions/*"
],
"devDependencies": {
"@types/node": "^22.5.0",
"eslint": "^9.7.0",
"typescript": "^5.5.4"
}
}