{ "name": "rocks-2many-backend", "version": "1.0.0", "description": "Backend API for rocks, bones, and sticks e-commerce store", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "nodemon src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "axios": "^1.9.0", "cors": "^2.8.5", "csv-parser": "^3.2.0", "csv-writer": "^1.6.0", "dotenv": "^16.0.3", "express": "^4.18.2", "morgan": "^1.10.0", "multer": "^1.4.5-lts.2", "nodemailer": "^6.9.1", "pg": "^8.10.0", "pg-hstore": "^2.3.4", "slugify": "^1.6.6", "stripe": "^12.0.0", "uuid": "^9.0.0" }, "devDependencies": { "nodemon": "^2.0.22" } }