Skip to content
Snippets Groups Projects
Select Git revision
  • c3b24b1071af1153734f6aff6b29e21f22430ce1
  • main default protected
  • 21-replace-mongodb-deployment-with-statefulset
  • 20-repackage-application-with-a-helm-chart
  • 20-repackage-application-with-a-helm-chart-2
  • 19-run-the-application-on-kubernetes-locally-using-minikube
  • 17-exercise-3-scaling-mandatory-features-2
  • 18-exercise-3-scaling-additional-features
  • 17-exercise-3-scaling-mandatory-features
  • 15-secure-database
  • 14-containerize-application
  • 12-write-deployment-and-usage-instructions
  • 12-write-deployment-and-usage-instructions-2
13 results

package.json

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    This project manages its dependencies using npm. Learn more
    package.json 418 B
    {
      "name": "cloudcomputing_act1",
      "version": "1.0.0",
      "description": "",
      "main": "index.js",
      "scripts": {
        "start": "node server.js"
      },
      "keywords": [],
      "author": "",
      "license": "ISC",
      "dependencies": {
        "bcryptjs": "^2.4.3",
        "cors": "^2.8.5",
        "dotenv": "^16.4.5",
        "express": "^4.21.0",
        "express-session": "^1.18.1",
        "jsonwebtoken": "^9.0.2",
        "mongoose": "^8.7.0"
      }
    }