refs #4823 Engine strinct and changed package.json

This commit is contained in:
Guillermo Bonet 2023-05-19 14:05:25 +02:00
parent 40af4d5e82
commit 52c2af169a
2 changed files with 15 additions and 5 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict=true

View File

@ -1,7 +1,19 @@
{
"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",
"module": "main.js",
"dependencies": {
"axios": "^1.4.0",
"chalk": "^5.2.0",
@ -11,8 +23,5 @@
"ora": "^6.3.0",
"sequelize": "^6.31.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "^8.40.0"
}
}
}