package.json•1.74 kB
{
"name": "quick-chart-mcp",
"version": "1.0.14",
"description": "A Model Context Protocol server for interacting with the QuickChart",
"main": "build/index.js",
"module": "build/index.js",
"type": "module",
"bin": {
"quick-chart-mcp": "./build/index.js"
},
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"start": "node build/index.js",
"dev": "pnpm run build; npx @modelcontextprotocol/inspector -e NODE_ENV=development node build/index.js",
"restart": "pnpm run build; node build/index.js"
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/datafe/quick-chart-mcp"
},
"keywords": [
"mcp",
"chart",
"api",
"plot",
"draw",
"markdown",
"picture",
"link"
],
"author": "DataWorks",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"best-effort-json-parser": "^1.1.3",
"dotenv": "^16.4.7",
"express": "4.17.1",
"lodash": "^4.17.21",
"node-fetch": "3.3.2",
"openai": "^4.77.0",
"path": "^0.12.7",
"uuid": "9.0.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@modelcontextprotocol/inspector": "^0.6.0",
"@types/lodash": "^4.17.16",
"@types/node": "^22.13.4",
"tailwindcss": "^3.0.0",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.14.2",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"homepage": "https://github.com/datafe/quick-chart-mcp.git",
"bugs": {
"url": "https://github.com/datafe/quick-chart-mcp/issues",
"mail": ""
},
"tnpm": {
"lockfile": "enable",
"mode": "npm"
}
}