@acadix/setup
Version:
Acadix Learning Management System backend application project setup
84 lines (83 loc) • 2.18 kB
JSON
{
"name": "@acadix/setup",
"version": "0.0.15",
"description": "Acadix Learning Management System backend application project setup",
"main": "dist/server.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write ."
},
"keywords": [
"E-learning",
"LMS",
"Node.JS",
"ExpressJS",
"Consul",
"Kafka",
"Microservice",
"MySQL",
"Project Management",
"swagger",
"Whatsapp Cloud API"
],
"files": [
"/dist"
],
"author": "justtife <farinubolu@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/joi": "^17.2.3",
"axios": "^1.5.1",
"compression": "^1.7.4",
"consul": "^1.2.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"express-ejs-layouts": "^2.5.1",
"express-rate-limit": "^6.9.0",
"helmet": "^7.0.0",
"joi": "^17.9.2",
"joi-to-json": "^3.1.2",
"kafkajs": "^2.2.4",
"mysql2": "^3.6.0",
"nodemailer": "^6.9.4",
"redis": "^4.6.10",
"sequelize": "^6.32.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"winston": "^3.10.0",
"winston-slack-webhook-transport": "^2.3.2"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/consul": "^0.40.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/express-ejs-layouts": "^2.5.1",
"@types/node": "^20.5.0",
"@types/nodemailer": "^6.4.9",
"@types/redis": "^4.0.11",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.2"
},
"types": "dist/server.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Acadix-Elearn/Acadix-Configuration-Setup.git"
},
"bugs": {
"url": "https://github.com/Acadix-Elearn/Acadix-Configuration-Setup/issues"
},
"publishConfig": {
"access": "public"
}
}