Add node packages and basic job definition

This commit is contained in:
2023-01-10 22:57:12 +01:00
parent ba450a44a2
commit 909057df02
3 changed files with 1069 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "render-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Minzkraut",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}