SuiteCoffee/package.json
msaldain d8cc6e9613 Puesta a punto de dependencias.
Falla renderización en la raíz del sistema
2025-08-18 19:13:56 +00:00

22 lines
459 B
JSON

{
"name": "suitecoffee",
"version": "1.0.0",
"description": "Software para gestión de cafeterías",
"keywords": [
"coffee",
"suite",
"suitecoffee"
],
"repository": {
"type": "git",
"url": "https://gitea.mateosaldain.uy/msaldain/SuiteCoffee.git"
},
"license": "ISC",
"author": "Mateo Saldain",
"type": "module",
"main": "suitecoffee.py",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}