merging cleanup rollup. whee!!

This commit is contained in:
2025-08-11 16:11:13 -05:00
parent 0e681d2ff5
commit ed0cdaf643
10 changed files with 66 additions and 0 deletions

20
1-package.json Executable file
View File

@@ -0,0 +1,20 @@
{
"name": "subo-openmct",
"version": "0.0.1",
"description": "Suborbital's implementation of Open MCT",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://git.turnsys.com/Suborbital-Systems/OpenMCT.git"
},
"dependencies": {
"express": "^4.16.4",
"express-ws": "^4.0.0",
"openmct": "nasa/openmct",
"ws": "^6.1.2"
}
}