essential-core
Version:
A comprehensive collection of essential and popular Node.js libraries bundled together for easy use in your projects.
60 lines • 1.22 kB
JSON
{
"name": "essential-core",
"version": "1.0.3",
"description": "A comprehensive collection of essential and popular Node.js libraries bundled together for easy use in your projects.",
"main": "index.js",
"files": [
"index.js",
"verify.js",
"LLM_INSTALLATION_PROMPT.md",
"README.md"
],
"scripts": {
"verify": "node verify.js",
"postinstall": "node verify.js"
},
"llmPrompt": "./LLM_INSTALLATION_PROMPT.md",
"keywords": [
"nodejs",
"essential",
"libraries",
"llm",
"installer"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=14"
},
"dependencies": {
"axios": "*",
"express": "*",
"cors": "*",
"helmet": "*",
"compression": "*",
"morgan": "*",
"lodash": "*",
"moment": "*",
"uuid": "*",
"dotenv": "*",
"joi": "*",
"jsonwebtoken": "*",
"bcryptjs": "*",
"mongoose": "*",
"redis": "*",
"ioredis": "*",
"bull": "*",
"winston": "*",
"pino": "*",
"pino-pretty": "*",
"multer": "*",
"sharp": "*",
"nodemailer": "*",
"socket.io": "*",
"ws": "*",
"swagger-ui-express": "*",
"yamljs": "*",
"jest": "*",
"supertest": "*"
}
}