package.jsonโข1.96 kB
{
"name": "mcp-fullstack",
"version": "1.0.0",
"description": "MCP server for full-stack software engineering with dynamic tool registration",
"main": "dist/server.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsx watch src/server.ts",
"start": "node dist/server.js",
"test": "jest",
"dashboard": "cd dashboard && npm run dev",
"setup": "npm install && cd dashboard && npm install"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@squoosh/lib": "^0.5.3",
"@types/selenium-webdriver": "^4.1.26",
"axios": "^1.7.7",
"canvas": "^3.2.0",
"cheerio": "^1.0.0",
"commander": "^12.1.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"helmet": "^8.0.0",
"jimp": "^1.6.0",
"mime-types": "^2.1.35",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.5",
"pg": "^8.13.1",
"selenium-webdriver": "^4.25.0",
"sharp": "^0.33.5",
"sqlite3": "^5.1.7",
"tedious": "^18.6.1",
"uuid": "^10.0.0",
"ws": "^8.18.0"
},
"optionalDependencies": {
"node-linux": "^0.1.12",
"node-mac": "^1.0.1",
"node-windows": "^1.0.0-beta.8"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/jest": "^29.5.14",
"@types/mime-types": "^2.1.4",
"@types/morgan": "^1.9.10",
"@types/multer": "^1.4.12",
"@types/node": "^22.8.6",
"@types/pg": "^8.15.5",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.13",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"bin": {
"mcp-fullstack": "./dist/cli.js"
},
"keywords": [
"mcp",
"full-stack",
"browser-automation",
"web-scraping",
"deployment",
"analytics"
],
"author": "Jacob",
"license": "MIT"
}