-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependencies and add new scripts
- Loading branch information
Showing
1 changed file
with
1 addition
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1 @@ | ||
{ | ||
"name": "@modelcontextprotocol/server-puppeteer", | ||
"version": "0.5.2", | ||
"description": "MCP server for browser automation using Puppeteer", | ||
"license": "MIT", | ||
"author": "Anthropic, PBC (https://anthropic.com)", | ||
"homepage": "https://modelcontextprotocol.io", | ||
"bugs": "https://github.com/modelcontextprotocol/servers/issues", | ||
"type": "module", | ||
"bin": { | ||
"mcp-server-puppeteer": "dist/index.js" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "tsc && shx chmod +x dist/*.js", | ||
"prepare": "npm run build", | ||
"watch": "tsc --watch", | ||
"test": "jest", | ||
"lint": "eslint . --ext .ts", | ||
"format": "prettier --write \"src/**/*.ts\"" | ||
}, | ||
"dependencies": { | ||
"@modelcontextprotocol/sdk": "^0.5.0", | ||
"puppeteer": "^21.5.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.0", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"eslint": "^8.40.0", | ||
"jest": "^29.5.0", | ||
"prettier": "^3.0.0", | ||
"shx": "^0.3.4", | ||
"ts-jest": "^29.1.0", | ||
"typescript": "^5.6.2" | ||
} | ||
} | ||
{"name":"@modelcontextprotocol/server-puppeteer","version":"0.5.2","description":"MCP server for browser automation using Puppeteer","license":"MIT","author":"Anthropic, PBC (https://anthropic.com)","homepage":"https://modelcontextprotocol.io","bugs":"https://github.com/modelcontextprotocol/servers/issues","type":"module","bin":{"mcp-server-puppeteer":"dist/index.js"},"files":["dist"],"scripts":{"build":"tsc && shx chmod +x dist/*.js","prepare":"npm run build","watch":"tsc --watch","test":"jest","lint":"eslint . --ext .ts","format":"prettier --write \"src/**/*.ts\""},"dependencies":{"@modelcontextprotocol/sdk":"^0.5.0","puppeteer":"^21.5.0"},"devDependencies":{"@types/jest":"^29.5.0","@typescript-eslint/eslint-plugin":"^6.0.0","@typescript-eslint/parser":"^6.0.0","eslint":"^8.40.0","jest":"^29.5.0","prettier":"^3.0.0","shx":"^0.3.4","ts-jest":"^29.1.0","typescript":"^5.6.2"}} |