package.json•984 B
{
"name": "@kazuph/mcp-browser-tabs",
"version": "1.2.1",
"description": "MCP server for retrieving Chrome browser tabs information",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"mcp-browser-tabs": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kazuph/mcp-browser-tabs.git"
},
"keywords": [
"mcp",
"browser",
"chrome",
"tabs"
],
"author": "kazuph",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.2",
"zod": "^3.25.67",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@types/node": "^22.15.33",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}