{
  "name": "deep-sea-marine-website",
  "version": "1.0.0",
  "description": "Deep Sea Marine - Trusted Atlantic Offshore Field Services Website",
  "main": "app.js",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js",
    "deploy": "node app.js"
  },
  "keywords": [
    "offshore",
    "marine",
    "oil-gas",
    "exploration",
    "atlantic",
    "maritime"
  ],
  "author": "Deep Sea Marine",
  "license": "ISC",
  "dependencies": {
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "express-handlebars": "^7.1.2"
  },
  "devDependencies": {
    "browser-sync": "^3.0.4",
    "nodemon": "^3.1.10"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/deep-sea-marine/website.git"
  },
  "bugs": {
    "url": "https://github.com/deep-sea-marine/website/issues"
  },
  "homepage": "https://dsm.com.na"
}
