wordle-clone/package.json
2025-01-22 21:29:50 +11:00

17 lines
302 B
JSON

{
"name": "wordle-clone",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.0.0"
}
}