36 lines
983 B
JSON
36 lines
983 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+https://github.com/your-username/fidem-medical-center.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/your-username/fidem-medical-center/issues"
|
|
},
|
|
"homepage": "https://yourdomain.com"
|
|
}
|