0
0
Fork 0
Codesys-MCP-SP21-plus/package.json
steel 320646b8fe
Some checks failed
CI / build-and-test (18.x) (push) Has been cancelled
CI / build-and-test (20.x) (push) Has been cancelled
CI / build-and-test (22.x) (push) Has been cancelled
fixup
2026-08-19 18:39:47 +08:00

55 lines
1.6 KiB
JSON

{
"name": "msp-con-mcp-sp21-plus",
"version": "0.15.2",
"description": "MSP-Con-MCP-SP21+ -- (and forward-compat with later SPs): script-engine API drift, online/runtime tool auto-login, dual-SHA release classifier, set_pou_code omitted-decl wipe fix, add_library managed-overload, etc. MCP server for MSP-Con with persistent UI instance and file-based IPC.",
"main": "dist/server.js",
"bin": {
"msp-con-mcp-sp21-plus": "dist/bin.js"
},
"files": [
"dist/",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc && node -e \"const fs=require('fs');fs.rmSync('dist/scripts',{recursive:true,force:true});fs.cpSync('src/scripts','dist/scripts',{recursive:true})\"",
"test": "vitest --run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "npm run build",
"prepublishOnly": "npm run build && npm test"
},
"keywords": [
"msp-con",
"mcp",
"plc",
"automation",
"persistent",
"ui"
],
"author": "(SP21+ fork)",
"repository": {
"type": "git",
"url": "https://git.jjgs123.cn/nikon/MSP-Con-MCP-SP21-plus.git"
},
"homepage": "https://git.jjgs123.cn/nikon/Codesys-MCP-SP21-plus#readme",
"license": "MIT",
"engines": {
"node": ">=18"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"commander": "^11.1.0",
"ssh2": "^1.17.0",
"uuid": "^9.0.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/node": "^20.14.1",
"@types/ssh2": "^1.15.5",
"@types/uuid": "^9.0.0",
"tsx": "^4.21.0",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
}
}