35 lines
784 B
JSON
35 lines
784 B
JSON
{
|
|
"name": "obanana_postman_node",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"atob": "^2.1.2",
|
|
"axios": "^1.7.4",
|
|
"bcrypt": "^5.1.1",
|
|
"body-parser": "^1.20.2",
|
|
"cloudinary": "^2.4.0",
|
|
"cors": "^2.8.5",
|
|
"datauri": "^4.1.0",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"helmet": "^7.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mongoose": "^8.5.3",
|
|
"morgan": "^1.10.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"nodemon": "^3.1.4",
|
|
"odoo-xmlrpc": "^1.0.8",
|
|
"streamifier": "^0.1.1",
|
|
"ws": "^8.18.0",
|
|
"xmlrpc": "^1.3.2"
|
|
}
|
|
}
|