-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 927 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "browser-tools-setup",
"version": "1.0.0",
"description": "Browser Tools MCP Server - Complete AsyncAPI WebSocket Protocol Documentation",
"private": true,
"scripts": {
"validate:openapi": "swagger-cli validate chrome-extension/contracts/http.yaml",
"validate:asyncapi": "asyncapi validate chrome-extension/contracts/websocket.asyncapi.yaml",
"validate:contracts": "npm run validate:openapi && npm run validate:asyncapi",
"test:docs": "cd chrome-extension && timeout 30s node docs-server.mjs",
"start:complete": "./chrome-extension/start-complete-system.sh",
"start:docs": "./chrome-extension/start-docs.sh"
},
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@asyncapi/cli": "^2.3.0"
},
"keywords": [
"mcp",
"browser-automation",
"asyncapi",
"openapi",
"websocket",
"documentation"
],
"author": "A Helme",
"license": "MIT"
}