package.json•1.01 kB
{
"name": "@talzach/mcp-angular-cli",
"version": "1.0.0",
"description": "Model Context Protocol servers for Angular CLI",
"license": "MIT",
"author": "Tal Zach (https://github.com/talzach)",
"homepage": "https://talzach/mcp-angular-cli",
"bugs": "https://github.com/talzach/mcp-angular-cli/issues",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"playwright-mcp-server": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"publish-npm": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/talzach/mcp-angular-cli.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.1"
},
"keywords": [
"Angular CLI",
"AI",
"Claude MCP"
],
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.17.46",
"shx": "^0.4.0",
"typescript": "^5.8.2"
}
}