Add CI/CD configuration and additional utility scripts: package-lock.json
Some checks failed
Build and Test / build (20.x) (push) Waiting to run
Build and Test / docker (push) Blocked by required conditions
Build and Test / build (18.x) (push) Has been cancelled

This commit is contained in:
Zac Gaetano 2026-05-03 23:50:46 -04:00
parent d509a8450d
commit 290eeb71e0

25
package-lock.json generated Normal file
View file

@ -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"
}
}
}
}