-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 973 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 973 Bytes
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
{
"name": "data-insight-agent",
"version": "1.0.0",
"description": "Data Insight Agent - AI-powered data analysis with Claude Code",
"type": "module",
"author": {
"name": "Meiqing Guo",
"url": "https://github.com/shanggqm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shanggqm/data-insight-agent.git"
},
"bugs": {
"url": "https://github.com/shanggqm/data-insight-agent/issues"
},
"homepage": "https://github.com/shanggqm/data-insight-agent#readme",
"funding": {
"type": "wechat",
"url": "https://github.com/shanggqm/data-insight-agent#support"
},
"scripts": {
"serve": "npx serve analysis-output -p 3000",
"serve:open": "npx serve analysis-output -p 3000 & sleep 1 && open http://localhost:3000"
},
"keywords": [
"claude-code",
"data-analysis",
"mcp",
"ai",
"anthropic",
"claude",
"data-visualization",
"business-intelligence"
],
"license": "MIT"
}