Files
CDN-APP-INSIDER/package.json
Dinawo ce8f1bbbac
All checks were successful
continuous-integration/drone/push Build is passing
Update v1.0.0-beta.13
Several modifications made to the API and several bug fixes
2024-06-02 18:13:28 +02:00

69 lines
1.8 KiB
JSON

{
"name": "@cdn-app/insider-swiftlogic-labs-dinawo",
"version": "1.0.0-beta.13",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "Dinawo - Group SwiftLogic Labs",
"license": "ISC",
"dependencies": {
"@auth/express": "^0.5.1",
"adm-zip": "^0.5.10",
"ansi-to-html": "^0.7.2",
"axios": "^1.6.3",
"axios-debug": "^0.0.4",
"bcrypt": "^5.1.1",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"diff": "^5.1.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-progressbar": "^2.0.0",
"express-rate-limit": "^7.2.0",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"get-folder-size": "^4.0.0",
"ip": "^2.0.1",
"jsonwebtoken": "^9.0.2",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.3",
"ncp": "^2.0.0",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.6",
"nodemailer": "^6.9.8",
"os-utils": "^0.0.14",
"passport": "^0.6.0",
"passport-activedirectory": "^1.4.0",
"passport-ad": "^0.0.3",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"pg": "^8.11.3",
"pg-promise": "^11.5.4",
"public-ip": "^6.0.1",
"semver": "^7.5.4",
"slugify": "^1.6.6",
"socket.io": "^4.7.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"sweetalert2": "^11.10.0",
"systeminformation": "^5.22.0",
"tailwindcss": "^3.3.5",
"toastify-js": "^1.12.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"daisyui": "^4.5.0",
"nodemon": "^3.1.0"
}
}