package.json•1.09 kB
{
"name": "@deventerprisesoftware/scrapi-mcp",
"version": "0.1.0",
"description": "MCP server for using ScrAPI to scrape web pages.",
"keywords": [
"mcp",
"web scraper",
"web scraping",
"web data extractor",
"claude",
"ai"
],
"homepage": "https://scrapi.tech",
"bugs": {
"url": "https://github.com/DevEnterpriseSoftware/scrapi-mcp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevEnterpriseSoftware/scrapi-mcp.git"
},
"license": "MIT",
"author": "DevEnterprise Software (https://deventerprise.com)",
"type": "module",
"bin": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.4",
"cors": "^2.8.5",
"express": "^5.1.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/node": "^24.3.0",
"shx": "^0.4.0",
"typescript": "^5.9.2"
}
}