boletahonorarios
Version:
Realizar boletas de honorarios de manera automática
31 lines (30 loc) • 743 B
JSON
{
"name": "boletahonorarios",
"version": "1.1.5",
"description": "Realizar boletas de honorarios de manera automática",
"main": "src",
"scripts": {
"test": "echo \"Error : no test specified\" && exit 1"
},
"keywords": [
"sii",
"Servicio Impuestos Internos",
"honorarios",
"boleta"
],
"author": "Jam Marambio",
"license": "MIT",
"tonicExampleFilename": "example.js",
"dependencies": {
"puppeteer": "^19.2.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jamh330/boletahonorarios.git"
},
"bugs": {
"url": "https://github.com/jamh330/boletahonorarios/issues"
},
"homepage": "https://github.com/jamh330/boletahonorarios#readme"
}