23 lines
507 B
JSON
23 lines
507 B
JSON
{
|
|
"name": "quote-invoice-system",
|
|
"version": "2.0.0",
|
|
"description": "Quote & Invoice Management System for Bay Area Affiliates",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"dependencies": {
|
|
"csv-parser": "^3.2.0",
|
|
"dotenv": "^17.3.1",
|
|
"express": "^4.21.2",
|
|
"intuit-oauth": "^4.2.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"pg": "^8.13.1",
|
|
"puppeteer": "^23.11.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.2"
|
|
}
|
|
}
|