Files
github-actions[bot] d688a3ede0 chore(main): release chrome-devtools-axi 0.1.34 (#133)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-09-04 07:04:32 -07:00

59 lines
1.3 KiB
JSON

{
"name": "chrome-devtools-axi",
"version": "0.1.34",
"packageManager": "pnpm@11.1.1",
"description": "AXI-compliant chrome-devtools-mcp wrapper — combined operations, TOON output, contextual suggestions",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/kunchenguid/chrome-devtools-axi.git"
},
"keywords": [
"chrome",
"devtools",
"browser",
"cli",
"agent",
"axi",
"toon",
"mcp"
],
"bin": {
"chrome-devtools-axi": "dist/bin/chrome-devtools-axi.js"
},
"files": [
"dist",
"skills/chrome-devtools-axi",
"LICENSE",
"README.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc && chmod +x dist/bin/chrome-devtools-axi.js",
"build:skill": "tsx scripts/build-skill.ts",
"dev": "tsx bin/chrome-devtools-axi.ts",
"test": "vitest run",
"test:watch": "vitest",
"prepublishOnly": "npm run build"
},
"license": "MIT",
"engines": {
"node": ">=20"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"@toon-format/toon": "^2.1.0",
"axi-sdk-js": "^0.1.10"
},
"devDependencies": {
"@types/node": "^22.0.0",
"prettier": "^3.8.3",
"tsx": "^4.0.0",
"typescript": "^5.7.0",
"vitest": "^3.0.0",
"yaml": "^2.9.0"
}
}