{
  "name": "gmrasc",
  "version": "1.0.0",
  "description": "GMRIT ACM Student Chapter Website",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "dev": "nodemon app.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/acmgmrit/gmrasc.git"
  },
  "author": "Dhamareshwarakumar",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/acmgmrit/gmrasc/issues"
  },
  "homepage": "https://github.com/acmgmrit/gmrasc#readme",
  "dependencies": {
    "dotenv": "^16.4.5",
    "express": "^4.19.2"
  },
  "devDependencies": {
    "nodemon": "^3.1.0"
  }
}