first commit

This commit is contained in:
martin
2025-10-08 22:29:05 -03:00
commit b3ebaed097
4 changed files with 2630 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "controlador_impresoras_ticket",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@thiagoelg/node-printer": "^0.6.2",
"cors": "^2.8.5",
"express": "^5.1.0",
"iconv": "^3.0.1",
"nodemon": "^3.1.10"
}
}