floriday/package.json

29 lines
601 B
JSON
Raw Permalink Normal View History

2022-12-05 12:53:30 +00:00
{
"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": {
2023-05-19 12:15:58 +00:00
"node": ">=18",
"npm": ">=8"
},
2022-12-05 12:53:30 +00:00
"type": "module",
"module": "main.js",
2022-12-05 12:53:30 +00:00
"dependencies": {
"axios": "^1.4.0",
"chalk": "^5.2.0",
2023-01-09 09:06:34 +00:00
"dotenv": "^16.0.3",
2023-06-15 09:29:19 +00:00
"js-yaml": "^4.1.0",
2023-05-09 12:13:19 +00:00
"mariadb": "^3.1.2",
2022-12-05 12:53:30 +00:00
"moment": "^2.29.4",
2023-04-03 19:02:00 +00:00
"ora": "^6.3.0",
2023-05-09 12:13:19 +00:00
"sequelize": "^6.31.1",
2023-01-11 12:13:22 +00:00
"uuid": "^9.0.0"
2022-12-05 12:53:30 +00:00
}
2023-06-15 09:29:19 +00:00
}