package.json•1.09 kB
{
"name": "@andredezzy/deep-directory-tree-mcp",
"version": "1.0.1",
"description": "Powerful Model Context Protocol (MCP) implementation for visualizing directory structures with real-time updates, configurable depth, and smart exclusions for efficient project navigation",
"type": "module",
"main": "dist/index.js",
"bin": {
"deep-directory-tree": "./bin/deep-directory-tree.js"
},
"files": [
"dist",
"bin"
],
"repository": {
"type": "git",
"url": "https://github.com/andredezzy/deep-directory-tree-mcp.git"
},
"scripts": {
"build": "tsc && chmod 755 dist/index.js",
"publish-patch": "npm version patch && npm run build && npm publish --access public"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@types/bun": "latest",
"@types/node": "^22.14.0",
"eslint": "^9.24.0",
"globals": "^16.0.0",
"typescript-eslint": "^8.29.1",
"typescript": "^5.8.3"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"zod": "^3.24.2"
}
}