{ "name": "asdesigned", "version": "0.2.0", "mcpName": "io.github.Maher-Reven/asdesigned", "description": "Check that a rendered UI component is as designed — diff it against its Figma source and see exactly what drifted.", "keywords": [ "figma", "design", "design-system", "mcp", "agent", "claude-code", "cursor", "playwright", "design-to-code", "design-qa" ], "homepage": "https://github.com/Maher-Reven/asdesigned#readme", "bugs": { "url": "https://github.com/Maher-Reven/asdesigned/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Maher-Reven/asdesigned.git" }, "license": "MIT", "author": "Maher Kurdi", "type": "module", "bin": { "asdesigned": "dist/cli.js", "asdesigned-mcp": "dist/mcp.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist", "skills", "README.md", "LICENSE" ], "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx src/cli.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc -p tsconfig.json --noEmit", "prepublishOnly": "npm run build && npm test", "clean": "rm -rf dist" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "playwright": "^1.63.0", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.6.0", "vitest": "^2.1.0" } }