21 lines
457 B
JSON
21 lines
457 B
JSON
{
|
|
"name": "rfidnatura",
|
|
"version": "1.0.4",
|
|
"author": "Verdnatura Levante SL",
|
|
"description": "Print server RFID",
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.verdnatura.es/verdnatura/rfidnatura"
|
|
},
|
|
"engines": {
|
|
"node": ">=18",
|
|
"npm": ">=8"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"dotenv": "^16.4.5",
|
|
"mysql2": "^3.10.3"
|
|
}
|
|
}
|