-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "render-mcp",
"version": "0.7.4",
"private": true,
"description": "An MCP server that gives AI agents a real browser: screenshots, PDFs, and post-JavaScript HTML. No API key required.",
"type": "module",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"test": "node test/model.test.js && node test/usage.test.js && node test/invariants.test.js && node test/landing.test.js && node test/routes.test.js && node test/plugin.test.js",
"test:dom": "powershell -ExecutionPolicy Bypass -File test/run.ps1 -SourceFile src/inspect-page.js -TestFile test/dom.test.js",
"test:nonode": "powershell -ExecutionPolicy Bypass -File test/run.ps1"
},
"dependencies": {
"@cloudflare/puppeteer": "^1.0.4"
},
"devDependencies": {
"wrangler": "^4.128.0"
}
}