presta/package.json
2025-01-18 21:49:09 +01:00

20 lines
372 B
JSON

{
"name": "prestashop",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.9",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.7",
"https": "^1.0.0",
"moment": "^2.30.1"
}
}