package.jsonโข1.06 kB
{
"name": "korea-stock-mcp",
"version": "1.1.4",
"mcpName": "io.github.jjlabsio/korea-stock-mcp",
"description": "MCP server for korea stock",
"main": "index.js",
"module": "./src/index.ts",
"type": "module",
"scripts": {
"dev": "npx @smithery/cli dev",
"build": "npx @smithery/cli build",
"prepare": "npm run build",
"watch": "tsc --watch",
"release": "bumpp & npm publish"
},
"keywords": [],
"author": "jjlabsio",
"repository": {
"type": "git",
"url": "git+https://github.com/jjlabsio/korea-stock-mcp.git"
},
"homepage": "https://github.com/jjlabsio/korea-stock-mcp#readme",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.5",
"adm-zip": "^0.5.16",
"fast-xml-parser": "^5.2.5",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@smithery/cli": "^1.2.4",
"tsx": "^4.19.4",
"@types/adm-zip": "^0.5.7",
"@types/node": "^24.3.0",
"bumpp": "^10.2.3",
"shx": "^0.4.0",
"typescript": "^5.9.2"
}
}