windows / package.json
devusman's picture
feat: tweaks the things and fixing adding new features also
b95e300
raw
history blame contribute delete
619 Bytes
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@supabase/supabase-js": "^2.76.1",
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.1.0",
"nodemon": "^3.1.10",
"pdfkit": "^0.17.2",
"pdfkit-table": "^0.1.99",
"pg": "^8.16.3",
"sqlite3": "^5.1.7"
}
}