UNPKG

namune

Version:

A Quick Setup Express API.

50 lines (49 loc) 1.09 kB
{ "name": "namune", "version": "1.0.27", "description": "A Quick Setup Express API.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "dev": "nodemon index.js" }, "keywords": [ "library", "express", "javascript", "backend", "web", "http", "rest", "restful", "router", "app", "api" ], "author": "Katlego Mangoale <katdevcom@gmail.com>", "repository": { "type": "git", "url": "https://github.com/Katwave/namune" }, "license": "MIT", "dependencies": { "aws-sdk": "^2.1692.0", "axios": "^1.9.0", "bcryptjs": "^3.0.2", "body-parser": "^2.2.0", "connect-mongo": "^5.1.0", "dotenv": "^16.5.0", "express": "^5.1.0", "express-session": "^1.18.1", "mongoose": "^8.15.1", "nodemailer": "^7.0.3", "nodemon": "^3.1.10", "passport": "^0.7.0", "passport-local": "^1.0.0", "randomstring": "^1.3.1" }, "bin": { "nmn": "./bin/nmn.js" } }