{ "name": "autocallmenu", "version": "1.0.0", "description": "Website for automatic phone number displaying from a database", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "type": "module", "author": "Ninjdai", "license": "MIT", "dependencies": { "bcrypt": "^5.1.1", "dotenv": "^16.3.1", "express": "^4.18.2", "express-session": "^1.17.3", "sequelize": "^6.35.1", "serve-favicon": "^2.5.0", "sqlite3": "^5.1.6", "vhost": "^3.0.2" } }