See More

{ "name": "mongoosesample", "version": "1.0.0", "description": "", "main": "server.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js", "dev": "nodemon server.js", "debug": "ndb server.js", "dev:prod": "set NODE_ENV=production && nodemon server.js", "start:prod": "set NODE_ENV=production && node server.js", "watch:js": "parcel watch ./src/public/js/index.js --out-dir ./src/public/js --out-file bundle.js", "build:js": "parcel watch ./src/public/js/index.js --out-dir ./src/public/js --out-file bundle.js", "watch:js1": "parcel watch ./src/public/js/index1.js --out-dir ./src/public/js --out-file bundle1.js", "build:js1": "parcel watch ./src/public/js/index1.js --out-dir ./src/public/js --out-file bundle1.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/polyfill": "^7.12.1", "axios": "^1.3.6", "bcryptjs": "^2.4.3", "cookie-parser": "^1.4.6", "dotenv": "^16.0.3", "dotenv-expand": "^10.0.0", "express": "^4.18.2", "express-mongo-sanitize": "^2.2.0", "express-rate-limit": "^6.7.0", "helmet": "^6.0.1", "hpp": "^0.2.3", "html-to-text": "^9.0.5", "jsonwebtoken": "^9.0.0", "mongoose": "^6.8.3", "morgan": "^1.10.0", "multer": "^1.4.5-lts.1", "nodemailer": "^6.9.1", "pug": "^3.0.2", "sharp": "^0.32.0", "slugify": "^1.6.5", "stripe": "^12.1.1", "validator": "^13.9.0", "xss-clean": "^0.1.1" }, "devDependencies": { "@babel/core": "^7.21.4", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "parcel-bundler": "^1.12.5" } }