{
"name": "file-context-mcp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/server.js",
"dev": "nodemon src/server.ts",
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"description": "",
"dependencies": {
"@types/js-yaml": "^4.0.9",
"@types/multer": "^1.4.12",
"@types/node": "^22.13.1",
"@types/swagger-ui-express": "^4.1.7",
"axios": "^1.7.9",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"js-yaml": "^4.1.0",
"multer": "^1.4.5-lts.1",
"openapi-types": "^12.1.3",
"swagger-ui-express": "^5.0.1",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2"
}
}