From 290eeb71e03cebb6cc4c2867c31cbf1977813d18 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sun, 3 May 2026 23:50:46 -0400 Subject: [PATCH] Add CI/CD configuration and additional utility scripts: package-lock.json --- package-lock.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..9125103 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,25 @@ +{ + "name": "ross-ultrix-mcp", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "ross-ultrix-mcp", + "version": "1.0.0", + "dependencies": { + "@modelcontextprotocol/sdk": "^0.5.0", + "ws": "^8.18.0", + "xml2js": "^0.6.2", + "zod": "^3.23.8" + }, + "devDependencies": { + "@types/node": "^20.14.0", + "@types/ws": "^8.5.10", + "@types/xml2js": "^0.4.14", + "tsx": "^4.15.0", + "typescript": "^5.4.0" + } + } + } +}