Files
md5dle/package.json
T
2025-06-17 14:02:40 +02:00

15 lines
261 B
JSON

{
"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"
}
}