Files
fidem/package.json

36 lines
934 B
JSON

{
"name": "fidem-medical-center",
"version": "1.0.0",
"description": "Сайт-визитка медицинского центра ФИДЕМ в Слониме",
"main": "index.html",
"scripts": {
"start": "npx http-server -p 8000 -c-1",
"dev": "npx http-server -p 8000 -c-1 -o",
"build": "echo 'Static site - no build process needed'",
"serve": "python3 -m http.server 8000",
"validate": "npx html-validate index.html",
"optimize": "echo 'Run image optimization and minification'"
},
"keywords": [
"medical",
"healthcare",
"website",
"fidem",
"slonim",
"belarus"
],
"author": "Developer",
"license": "ISC",
"devDependencies": {
"http-server": "^14.1.1"
},
"repository": {
"type": "git",
"url": "git@github.com:Honfred/fidem.git"
},
"bugs": {
"url": "https://github.com/Honfred/fidem/issues"
},
"homepage": "https://fidem-slonim.by"
}