package.json•2.42 kB
{
"name": "figma-developer-mcp",
"version": "0.1.8",
"description": "Model Context Protocol server for Figma integration",
"main": "dist/index.js",
"bin": {
"figma-developer-mcp": "dist/cli.js"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc && tsc-alias",
"type-check": "tsc --noEmit",
"start": "node dist/index.js",
"start:cli": "cross-env NODE_ENV=cli node dist/index.js",
"start:http": "node dist/index.js",
"dev": "cross-env NODE_ENV=development tsx watch src/index.ts",
"dev:cli": "cross-env NODE_ENV=development tsx watch src/index.ts --stdio",
"lint": "eslint . --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"inspect": "pnpx @modelcontextprotocol/inspector",
"prepare": "pnpm run build && chmod +x ./dist/cli.js",
"pub:release": "pnpm build && npm publish",
"build:web": "webpack --mode production",
"dev:web": "webpack serve --open"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GLips/Figma-Context-MCP.git"
},
"keywords": [
"figma",
"mcp",
"typescript"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"@types/yargs": "^17.0.33",
"axios": "^1.7.9",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remeda": "^2.20.1",
"yargs": "^17.7.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@figma/rest-api-spec": "^0.24.0",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.17.0",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"css-loader": "^6.10.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"jest": "^29.7.0",
"prettier": "^3.5.0",
"style-loader": "^3.3.4",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"packageManager": "pnpm@8.8.0+sha512.798e6b322669ce63c8da856bd62ad1f7b6f36f4dfaa0ac025af2bdd700d09dd5dca943e5cad3edac5d1b3baebc4b2c3fb80fbb8537f936733c32be2ec7805144"
}