All materials
package.json
jsonpackage.json
{
"name": "btc-tourism-portal",
"version": "1.0.0",
"description": "Bhutan Tourism Council - Tourism Services Portal",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^4.18.2",
"better-sqlite3": "^9.4.3",
"ejs": "^3.1.9",
"morgan": "^1.10.0"
}
}