mirror of
https://github.com/AdsPower/adspower-browser.git
synced 2026-09-19 03:08:18 +08:00
36 lines
989 B
JSON
36 lines
989 B
JSON
{
|
|
"name": "local-api-mcp-typescript",
|
|
"version": "2.0.5",
|
|
"main": "build/index.js",
|
|
"type": "commonjs",
|
|
"bin": {
|
|
"adspower-local-api-mcp": "./build/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"test:e2e:local-api-mcp": "pnpm -w test:e2e:local-api-mcp",
|
|
"test:e2e:local-api-mcp:light": "pnpm -w test:e2e:local-api-mcp:light",
|
|
"test:e2e:local-api-mcp:full": "pnpm -w test:e2e:local-api-mcp:full",
|
|
"test:e2e:local-api-mcp:light:verbose": "pnpm -w test:e2e:local-api-mcp:light:verbose",
|
|
"test:e2e:local-api-mcp:full:verbose": "pnpm -w test:e2e:local-api-mcp:full:verbose"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.7.0",
|
|
"axios": "^1.8.4",
|
|
"playwright-core": "^1.51.1",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@adspower/local-api-core": "workspace:*",
|
|
"@types/node": "^22.13.13",
|
|
"typescript": "^5.8.2",
|
|
"tsup": "^8.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"files": [
|
|
"build"
|
|
]
|
|
}
|