package.json•869 B
{
"name": "sketch-context-mcp",
"version": "1.0.0",
"description": "A Model Context Protocol (MCP) server for integrating Sketch designs with Cursor IDE.",
"main": "index.js",
"bin": {
"sketch-context-mcp": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"start:local": "node index.js --local-file=./example.sketch",
"start:cloud": "node index.js --sketch-api-key=$SKETCH_API_KEY"
},
"keywords": [],
"author": "Joshua Miller",
"license": "MIT",
"type": "commonjs",
"dependencies": {
"adm-zip": "^0.5.16",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"node-fetch": "^2.6.9",
"tmp": "^0.2.3",
"yargs": "^17.7.2",
"sharp": "^0.32.0",
"chokidar": "^3.5.3",
"ws": "^8.14.2"
}
}