@palmabit/json2fatturapaxml
Version:
Crea una fattura elettronica partendo da un JSON
44 lines (43 loc) • 887 B
JSON
{
"name": "@palmabit/json2fatturapaxml",
"version": "1.3.4",
"description": "Crea una fattura elettronica partendo da un JSON",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/Palmabit-IT/json2fatturapaxml.git"
},
"keywords": [
"fatturapa",
"xml",
"json",
"parser"
],
"author": "Palmabit",
"license": "MIT",
"bugs": {
"url": "https://github.com/Palmabit-IT/json2fatturapaxml/issues"
},
"homepage": "https://github.com/Palmabit-IT/json2fatturapaxml",
"devDependencies": {
"jest": "^24.9.0",
"standard": "^12.0.1"
},
"dependencies": {
"joi": "^14.3.1",
"joi-country-extension": "^1.2.0",
"joi-currency-code": "^1.2.1",
"xml-js": "^1.6.11"
},
"standard": {
"envs": [
"jest"
]
},
"jest": {
"verbose": true
}
}