{
  "name": "churchportal",
  "version": "2.0.0",
  "description": "Church Portal for managing members and monitoring attendances",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "rm -rf scripts/us-car-models-data-master && wget -q -O tmp.zip https://github.com/abhionlyone/us-car-models-data/archive/refs/heads/master.zip && unzip tmp.zip -d scripts/ && rm tmp.zip && nodemon server.js --config nodemon.json",
    "migrate": "npx sequelize db:migrate",
    "migrate:reset": "npx sequelize-cli db:migrate:undo:all && npm run migrate",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "controller": {
    "type": "git",
    "url": "git+https://github.com/collins169/churchPortal.git"
  },
  "keywords": [
    "ChurchPortal",
    "Church",
    "Management",
    "System",
    "Portal",
    "CMS",
    "Attendance",
    "System"
  ],
  "author": "Collins Onyetube",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/collins169/churchPortal/issues"
  },
  "homepage": "https://github.com/collins169/churchPortal#readme",
  "dependencies": {
    "axios": "^1.8.2",
    "base-64": "^0.1.0",
    "bcryptjs": "^3.0.2",
    "body-parser": "^1.19.0",
    "compression": "^1.7.4",
    "cookie-parser": "^1.4.5",
    "cors": "^2.8.5",
    "cron": "^2.2.0",
    "csv-stringify": "^6.6.0",
    "dotenv": "^8.2.0",
    "excel4node": "^1.2.1",
    "express": "^4.17.1",
    "express-es6-template-engine": "^2.2.3",
    "express-fileupload": "^1.2.1",
    "express-session": "^1.17.1",
    "express-validator": "^6.9.2",
    "fast-xml-parser": "^5.2.5",
    "graphql": "^14.7.0",
    "graphql-http": "^1.22.4",
    "graphql-playground-middleware-express": "^1.7.22",
    "html-pdf": "^3.0.1",
    "http-build-query": "^0.7.0",
    "jsonwebtoken": "^9.0.2",
    "lodash": "^4.17.21",
    "md5": "^2.3.0",
    "mime-types": "^2.1.28",
    "moment": "^2.29.1",
    "moment-timezone": "^0.5.34",
    "morgan": "^1.10.0",
    "mysql": "^2.18.1",
    "mysql2": "^3.13.0",
    "nodejs-fs-utils": "^1.2.5",
    "nodemon": "^2.0.7",
    "request-ip": "^3.3.0",
    "sequelize": "^6.37.6",
    "sequelize-cli": "^6.2.0",
    "swagger-jsdoc": "^3.7.0",
    "swagger-ui-express": "^4.1.6"
  }
}
