-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.6 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@decodo/mcp-server",
"version": "1.2.0",
"description": "Decodo MCP Server",
"bin": {
"decodo-mcp": "./build/index.js"
},
"main": "index.js",
"mcpName": "io.github.Decodo/mcp-web-scraper",
"scripts": {
"build": "tsc && chmod 755 build/index.js build/server.js",
"dev": "nodemon --watch src -e ts --exec 'npm run build'",
"start": "node build/server.js",
"inspect": "mcp-inspector",
"test": "jest",
"lint": "eslint src/",
"release": "semantic-release"
},
"keywords": [],
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"files": [
"build"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.3",
"axios": "^1.15.0",
"dotenv": "^16.5.0",
"node-html-markdown": "^1.3.0",
"tsx": "^4.21.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@modelcontextprotocol/inspector": "^0.21.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/npm": "^13.1.5",
"@types/express": "^5.0.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.0",
"eslint": "^10.2.1",
"jest": "^29.7.0",
"nodemon": "^3.1.14",
"semantic-release": "^25.0.3",
"ts-jest": "^29.4.9",
"typescript": "^5.8.3",
"typescript-eslint": "^8.58.2",
"zod": "^3.25.57"
},
"repository": {
"type": "git",
"url": "https://github.com/Decodo/mcp-server.git"
},
"homepage": "https://github.com/Decodo/mcp-server#readme",
"bugs": {
"url": "https://github.com/Decodo/mcp-server/issues"
}
}