package.json•1.16 kB
{
"name": "@pokutuna/mcp-chrome-tabs",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "https://github.com/pokutuna/mcp-chrome-tabs"
},
"license": "MIT",
"type": "module",
"keywords": [
"mcp",
"model-context-protocol",
"chrome",
"ai",
"macos"
],
"bin": {
"mcp-chrome-tabs": "./dist/cli.js"
},
"files": [
"dist/**/*",
"README.md",
"package.json"
],
"scripts": {
"build": "tsc",
"dev": "node --import tsx src/cli.ts",
"inspector": "npx @modelcontextprotocol/inspector",
"lint": "prettier --check .",
"lint:fix": "prettier --write .",
"prepublishOnly": "npm run build",
"start": "node dist/index.js",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.19.1",
"defuddle": "^0.6.6",
"jsdom": "^24.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@playwright/test": "^1.56.0",
"@types/node": "^20.11.17",
"playwright": "^1.54.1",
"prettier": "^3.6.2",
"tsx": "^4.20.6",
"typescript": "~5.9.3",
"vitest": "^3.2.4"
}
}