UNPKG

simple-node-framework

Version:

Simple nodeJs framework that provides easy ways to use log, cache, database, session, redis, share request scope and more.

70 lines (69 loc) 1.75 kB
{ "name": "simple-node-framework", "version": "6.0.38", "keywords": [ "basic", "simple", "easy", "framework", "node", "api", "cache", "log", "database", "session", "redis", "scope" ], "tags": [ "basic", "simple", "easy", "framework", "node", "api", "cache", "log", "database", "session", "redis", "scope" ], "author": "Diogo Menezes <diogolmenezes@gmail.com>", "description": "Simple nodeJs framework that provides easy ways to use log, cache, database, session, redis, share request scope and more.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "clear;./node_modules/.bin/eslint ./lib" }, "license": "ISC", "devDependencies": { "eslint": "^8.25.0", "eslint-plugin-import": "^2.16.0", "nodemon": "^3.0.1" }, "dependencies": { "amqplib": "^0.8.0", "body-parser": "^1.20.1", "bunyan": "^1.8.12", "compression": "1.7.4", "cors": "^2.8.5", "crypto": "^1.0.1", "dotenv": "^16.4.1", "express": "^4.18.2", "glob": "^7.1.3", "https-proxy-agent": "^2.2.1", "ioredis": "^4.9.0", "js-yaml": "^4.1.0", "jsonwebtoken": "^9.0.0", "jwks-rsa": "^3.0.0", "node-fetch": "^2.3.0", "object-hash": "^3.0.0", "pretty-format": "^27.3.1", "restify-errors": "^8.0.2", "soap": "^0.45.0", "truncate": "^2.0.1", "uuid": "^9.0.0", "xml2js": "^0.5.0" } }