package.json•595 B
{
"name": "filesystem",
"version": "0.0.1",
"description": "filesystem MCP server",
"type": "module",
"bin": {
"filesystem": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && mcp-build",
"prepare": "npm run build",
"watch": "tsc --watch",
"start": "node dist/index.js"
},
"dependencies": {
"@types/diff": "^7.0.1",
"@types/minimatch": "^5.1.2",
"diff": "^7.0.0",
"mcp-framework": "^0.1.29",
"minimatch": "^10.0.1"
},
"devDependencies": {
"@types/node": "^20.11.24",
"typescript": "^5.3.3"
}
}