29 lines
601 B
JSON
29 lines
601 B
JSON
{
|
|
"name": "floriday",
|
|
"version": "1.0.0",
|
|
"description": "Tool to get Floramondo offers",
|
|
"author": "Verdnatura Levante SL",
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.verdnatura.es/guillermo/floriday"
|
|
},
|
|
"engines": {
|
|
"node": ">=18",
|
|
"npm": ">=8"
|
|
},
|
|
"type": "module",
|
|
"module": "main.js",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"chalk": "^5.2.0",
|
|
"dotenv": "^16.0.3",
|
|
"js-yaml": "^4.1.0",
|
|
"mariadb": "^3.1.2",
|
|
"moment": "^2.29.4",
|
|
"ora": "^6.3.0",
|
|
"sequelize": "^6.31.1",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
}
|