package.json•712 B
{
"name": "smithery-local-filesystem",
"version": "1.0.0",
"description": "MCP server with local filesystem access",
"main": "index.js",
"module": "./src/index.ts",
"type": "module",
"scripts": {
"dev": "smithery dev",
"build": "smithery build",
"smithery-dev": "npx @smithery/cli dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.2",
"@smithery/sdk": "^1.7.4",
"@valibot/to-json-schema": "^1.3.0",
"effect": "^3.19.3",
"fastmcp": "^3.22.0",
"glob": "^11.0.0",
"sury": "^10.0.4",
"valibot": "^1.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@smithery/cli": "^1.6.3"
}
}