{
  "name": "figma-rest-mcp",
  "version": "1.0.2",
  "description": "MCP server with Figma REST API automation capabilities",
  "main": "dist/http-server.js",
  "type": "module",
  "engines": {
    "node": ">=18.0.0"
  },
  "bin": {
    "figma-rest-mcp": "dist/stdio-server.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/http-server.js",
    "start:stdio": "node dist/stdio-server.js",
    "dev": "tsx src/http-server.ts",
    "dev:stdio": "tsx src/stdio-server.ts",
    "prepare": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "cors": "^2.8.5",
    "dotenv": "^17.2.3",
    "express": "^4.21.1",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17",
    "@types/express": "^5.0.0",
    "@types/node": "^22.9.0",
    "tsx": "^4.19.2",
    "typescript": "^5.6.3"
  },
  "keywords": [
    "n8n",
    "mcp",
    "figma",
    "figma-api"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/davidkim9/figma-rest-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/davidkim9/figma-rest-mcp/issues"
  },
  "homepage": "https://github.com/davidkim9/figma-rest-mcp#readme",
  "author": "DK",
  "license": "MIT"
}
