first commit
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user