{ "name": "Data-extractore", "version": "1.0.0", "description": "Your Figma Plugin", "main": "code.js", "scripts": { "postinstall": "npm --prefix bridge-server install", "build": "tsc -p tsconfig.json && npm --prefix bridge-server run build && npm run setup-mcp", "setup-mcp": "node scripts/setup-mcp.js", "lint": "eslint .", "lint:fix": "eslint . --fix", "watch": "npm run build -- --watch" }, "author": "", "license": "", "devDependencies": { "@eslint/js": "^9.39.4", "@figma/eslint-plugin-figma-plugins": "*", "@figma/plugin-typings": "*", "eslint": "^9.39.4", "typescript": "^5.9.3", "typescript-eslint": "^8.57.1" } }