package.json•1.13 kB
{
"name": "echarts-mcp",
"description": "A MCP server to generate echarts image",
"version": "0.0.3",
"main": "cli.js",
"bin": "cli.js",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/w2xi/echarts-mcp.git"
},
"homepage": "https://github.com/w2xi/echarts-mcp",
"scripts": {
"prepare": "husky",
"start": "node cli.js",
"test": "node test-charts.js",
"inspect": "npx @modelcontextprotocol/inspector node cli.js",
"release": "bumpp --commit --tags --push && npm publish",
"format": "prettier --write \"**/*.js\""
},
"devDependencies": {
"bumpp": "^10.2.0",
"husky": "^9.1.7",
"prettier": "^3.6.2"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.2",
"canvas": "^3.1.2",
"echarts": "^5.6.0",
"uuid": "^11.1.0",
"zod": "^3.22.4"
},
"files": [
"*.js",
"src/**/*.js"
],
"keywords": [
"echarts",
"mcp",
"mcp-echarts"
],
"author": "w2xi",
"license": "MIT"
}