refs #4823 Engine strinct and changed package.json
This commit is contained in:
parent
40af4d5e82
commit
52c2af169a
19
package.json
19
package.json
|
@ -1,7 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "floriday",
|
"name": "floriday",
|
||||||
"module": "index.ts",
|
"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": ">=16",
|
||||||
|
"npm": ">=8"
|
||||||
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"module": "main.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.4.0",
|
"axios": "^1.4.0",
|
||||||
"chalk": "^5.2.0",
|
"chalk": "^5.2.0",
|
||||||
|
@ -11,8 +23,5 @@
|
||||||
"ora": "^6.3.0",
|
"ora": "^6.3.0",
|
||||||
"sequelize": "^6.31.1",
|
"sequelize": "^6.31.1",
|
||||||
"uuid": "^9.0.0"
|
"uuid": "^9.0.0"
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"eslint": "^8.40.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue