package.json•1.28 kB
{
"name": "@gkzhb/crawl4ai-mcp",
"version": "0.2.2",
"description": "MCP Server for crawl4ai",
"author": "gkzhb",
"license": "MIT",
"homepage": "https://github.com/gkzhb/crawl4ai-mcp",
"repository": {
"type": "git",
"url": "git+https://github.com/gkzhb/crawl4ai-mcp.git"
},
"bugs": {
"url": "https://github.com/gkzhb/crawl4ai-mcp/issues"
},
"keywords": [
"model-context-protocol",
"mcp"
],
"main": "dist/index.js",
"bin": {
"crawl4ai-mcp": "dist/index.js"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"inspect": "fastmcp inspect src/index.ts",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@mozilla/readability": "^0.6.0",
"fastmcp": "^3.8.5",
"happy-dom": "^18.0.1",
"ky": "^1.8.1",
"node-html-markdown": "^1.3.0",
"zod": "^3.25.30"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.2",
"@modelcontextprotocol/inspector": "^0.13.0",
"@types/node": "^22.15.24",
"eslint": "^9.27.0",
"lint-staged": "^16.1.0",
"simple-git-hooks": "^2.13.0",
"tailwindcss": "^4.1.8",
"tsup": "^8.5.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}