package.json
{
"name": "smokeshop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"better-sqlite3": "^12.6.2",
"canvas": "^3.2.1",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"helmet": "^8.1.0",
"multer": "^2.1.1",
"node-cron": "^4.2.1",
"sharp": "^0.34.5"
}
}