get to a base level

This commit is contained in:
Dieter Blocher
2025-01-17 12:26:04 +00:00
parent d2e5cfad25
commit 4799cdf404
13 changed files with 1529 additions and 2 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "hacker_game",
"version": "1.0.1",
"description": "Just a hacker game for fairs",
"main": "index.js",
"scripts": {
"devStart": "nodemon ./src/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2"
},
"devDependencies": {
"connect-livereload": "^0.6.1",
"livereload": "^0.9.3",
"nodemon": "^3.1.9"
}
}