mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-17 12:44:51 +00:00
* chore(release): v0.20.1 * docs(changelog): sync for v0.20.1 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "@qwen-code/mobile-mcp",
|
|
"version": "0.20.1",
|
|
"description": "Mobile MCP with opt-in relative coordinate support",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/QwenLM/qwen-code.git",
|
|
"directory": "packages/mobile-mcp"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "tsc && chmod +x lib/index.js",
|
|
"lint": "eslint .",
|
|
"fixlint": "eslint . --fix",
|
|
"test": "c8 playwright test",
|
|
"watch": "tsc --watch",
|
|
"clean": "rm -rf lib",
|
|
"prepare": ""
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "1.26.0",
|
|
"ajv": "^8.18.0",
|
|
"commander": "14.0.0",
|
|
"express": "5.1.0",
|
|
"fast-xml-parser": "5.8.0",
|
|
"qs": "^6.15.0",
|
|
"zod": "^4.1.13",
|
|
"zod-to-json-schema": "3.25.0",
|
|
"mobilewright": "0.0.45"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@eslint/js": "^9.19.0",
|
|
"@playwright/test": "^1.49.0",
|
|
"@stylistic/eslint-plugin": "^3.0.1",
|
|
"@types/commander": "^2.12.0",
|
|
"@types/express": "^5.0.3",
|
|
"@types/node": "^22.13.10",
|
|
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
"@typescript-eslint/parser": "^8.26.1",
|
|
"@typescript-eslint/utils": "^8.26.1",
|
|
"c8": "^10.1.3",
|
|
"eslint": "^9.19.0",
|
|
"eslint-plugin": "^1.0.1",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-notice": "^1.0.0",
|
|
"husky": "^9.1.7",
|
|
"typescript": "5.8.2"
|
|
},
|
|
"main": "lib/index.js",
|
|
"bin": {
|
|
"mcp-server-mobile": "lib/index.js"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/QwenLM/qwen-code/issues"
|
|
},
|
|
"homepage": "https://github.com/QwenLM/qwen-code/tree/main/packages/mobile-mcp#readme"
|
|
}
|