lamplighter-mcp
Version:
An intelligent context engine for AI-assisted software development
65 lines (64 loc) • 1.59 kB
JSON
{
"name": "lamplighter-mcp",
"version": "1.0.0",
"description": "An intelligent context engine for AI-assisted software development",
"main": "dist/server.js",
"bin": {
"lamplighter-mcp": "bin/lamplighter.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"dev": "tsc -w & node --watch dist/server.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"cursor",
"ai",
"coding-assistant",
"context-engine",
"task-management",
"confluence",
"codebase-analysis"
],
"author": "",
"license": "ISC",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/mike123789-dev/lamplighter-mcp.git"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@jest/types": "^29.6.3",
"@testing-library/jest-dom": "^6.4.2",
"@types/express": "^5.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^22.14.1",
"@types/supertest": "^6.0.2",
"cross-fetch": "^4.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.0.0",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@google-ai/generativelanguage": "^3.1.0",
"@modelcontextprotocol/sdk": "^1.9.0",
"axios": "^1.8.4",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"openai": "^4.93.0",
"zod": "^3.24.2"
}
}