Files
WEBSITE_hugulumu/package.json
2026-03-17 14:09:41 +01:00

20 lines
437 B
JSON

{
"name": "website_hugulumu",
"version": "1.0.0",
"description": "html validator : https://validator.w3.org/nu",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --exec 'php -S localhost:8000' --ext php,html"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^3.1.14"
}
}