package.json
{
"name": "tw-stock-mcp",
"version": "1.0.0",
"description": "LM Studio plugin for Taiwan Stock Exchange (TWSE) data analysis via MCP",
"main": "dist/index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push",
"typecheck": "tsc --noEmit",
"build": "tsc",
"setup-python": "node scripts/install-python.js",
"postinstall": "node scripts/install-python.js"
},
"author": "TWStock MCP Team",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.4.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.9.3"
},
"keywords": [
"lm-studio",
"plugin",
"mcp",
"taiwan-stock",
"twse"
]
}package.json
{
"name": "tw-stock-mcp",
"version": "1.0.0",
"description": "LM Studio plugin for Taiwan Stock Exchange (TWSE) data analysis via MCP",
"main": "dist/index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push",
"typecheck": "tsc --noEmit",
"build": "tsc",
"setup-python": "node scripts/install-python.js",
"postinstall": "node scripts/install-python.js"
},
"author": "TWStock MCP Team",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.4.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.9.3"
},
"keywords": [
"lm-studio",
"plugin",
"mcp",
"taiwan-stock",
"twse"
]
}