OwlCyberSecurity - MANAGER
Edit File: package.json
{ "name": "testappp", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm install", "start": "node index.mjs" }, "engines": { "node": "18.x" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@adminjs/express": "^6.1.1", "@adminjs/sequelize": "^4.1.1", "adminjs": "^7.8.15", "bcrypt": "^6.0.0", "body-parser": "^2.2.0", "canvas": "^3.1.0", "cors": "^2.8.5", "dotenv": "^16.5.0", "express": "^5.1.0", "express-session": "^1.18.1", "jsonwebtoken": "^9.0.2", "mysql2": "^3.14.1", "sequelize": "^6.37.7", "sqlite3": "^5.1.7", "svg-captcha": "^1.4.0", "uuid": "^11.1.0" } }