{
  "name": "@m_sea_bass/relpath-filesystem-mcp",
  "version": "1.0.3",
  "description": "Secure MCP Filesystem Server with relative path support",
  "main": "dist/index.js",
  "bin": {
    "relpath-filesystem-mcp": "./dist/index.js"
  },
  "type": "module",
  "scripts": {
    "start": "node dist/index.js",
    "test": "node dist/index.js ./work"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.4.0",
    "zod": "^3.22.0",
    "zod-to-json-schema": "^3.21.0",
    "diff": "^5.1.0",
    "minimatch": "^9.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "mcp",
    "filesystem",
    "server",
    "model-context-protocol",
    "security",
    "relative-paths"
  ],
  "author": "m_sea_bass",
  "license": "MIT"
}
