Initial commit

This commit is contained in:
2025-10-22 22:08:30 +02:00
commit db61d35c44
33 changed files with 1548 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "ntshcamerarunner",
"version": "1.0.0",
"main": "dist/Main.js",
"scripts": {
"start": "node ."
},
"author": "Mees van der Wijk - Morphix Productions",
"license": "ISC",
"description": "",
"dependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.9.1",
"fs-extra": "^11.3.2",
"socket.io": "^4.8.1"
}
}