AutoCallManu/package.json

23 lines
536 B
JSON
Raw Normal View History

2023-12-06 08:46:58 +01:00
{
"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",
2023-12-06 08:46:58 +01:00
"author": "Ninjdai",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.1",
"dotenv": "^16.3.1",
2023-12-06 08:46:58 +01:00
"express": "^4.18.2",
"express-session": "^1.17.3",
2023-12-06 08:46:58 +01:00
"sequelize": "^6.35.1",
"serve-favicon": "^2.5.0",
"sqlite3": "^5.1.6",
"vhost": "^3.0.2"
2023-12-06 08:46:58 +01:00
}
}