package.json•682 B
{
"name": "mcp",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node --enable-source-maps dist/index.js",
"dev": "tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"fs-extra": "^11.2.0",
"mammoth": "^1.9.0",
"pdf-parse": "^1.1.1",
"xlsx": "^0.18.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.0.0",
"@types/pdf-parse": "^1.1.5",
"typescript": "^5.0.0"
}
}