initial upload

This commit is contained in:
Kai Waggeling 2025-05-17 16:20:29 +02:00
parent 987c99d00b
commit bb6c0147db
44 changed files with 1884 additions and 131 deletions

20
package.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "script-server",
"version": "1.0.0",
"description": "",
"main": "master.mjs",
"scripts": {
"start": "npm i && node ./master.mjs"
},
"keywords": [],
"author": "Kai Uwe Waggeling",
"license": "ISC",
"dependencies": {
"express": "^5.0.1",
"express-file-routing": "^3.0.3",
"node-json-db": "^2.3.0",
"nunjucks": "^3.2.4",
"validate": "^5.2.0",
"yaml": "^2.7.0"
}
}