package.jsonโข995 B
{
"name": "korea-stock-mcp",
"version": "1.1.5",
"mcpName": "io.github.jjlabsio/korea-stock-mcp",
"description": "MCP server for korea stock",
"type": "module",
"main": "dist/index.js",
"bin": {
"korea-stock-mcp": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"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"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/node": "^24.3.0",
"bumpp": "^10.2.3",
"shx": "^0.4.0",
"typescript": "^5.9.2"
}
}