-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "@box3lab/statistics-mcp",
"version": "0.0.4",
"description": "神岛平台数据统计MCP服务,提供用户资料、地图信息和统计数据访问",
"main": "build/index.js",
"type": "module",
"scripts": {
"publish": "npm publish",
"start": "node build/index.js",
"dev": "tsc -w",
"build": "tsc && chmod 755 build/index.js",
"clean": "rm -rf build",
"rebuild": "npm run clean && npm run build"
},
"keywords": [
"mcp",
"神岛",
"box3lab",
"statistics",
"数据统计"
],
"author": "box3lab",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@modelcontextprotocol/sdk": "^1.8.0",
"axios": "^1.8.4",
"dotenv": "^16.4.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^22.14.0",
"typescript": "^5.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/box3lab/statistics-mcp"
},
"bugs": {
"url": "https://github.com/box3lab/statistics-mcp/issues"
}
}