initial commit

This commit is contained in:
2025-06-17 14:02:40 +02:00
parent 664d3b448d
commit 033aee6086
6 changed files with 1016 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "wordle_but_better",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.1.0"
}
}