degust-cupom-txt
Version:
Module capaz de extrair os dados dos cupons .txt que o PDV Linx Degust gera
32 lines (31 loc) • 775 B
JSON
{
"name": "degust-cupom-txt",
"version": "0.6.0",
"description": "Module capaz de extrair os dados dos cupons .txt que o PDV Linx Degust gera",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickpissurno/degust-cupom-txt.git"
},
"keywords": [
"linx",
"degust",
"txt",
"cupom",
"venda"
],
"author": "Patrick Pissurno",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrickpissurno/degust-cupom-txt/issues"
},
"homepage": "https://github.com/patrickpissurno/degust-cupom-txt#readme",
"dependencies": {
"@fnando/cnpj": "^1.0.2",
"@fnando/cpf": "^1.0.2",
"telefone": "^1.2.4"
}
}