package.jsonโข576 B
{
"name": "figma-mcp",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node ./build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.22.0",
"axios": "^1.13.2",
"dotenv": "^17.2.3"
},
"devDependencies": {
"@types/node": "^24.10.1",
"bootstrap": "^5.3.8",
"sass": "^1.94.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}