verifactu-node-lib
Version:
Node.js library for generating VeriFacTu invoices compatible with AEAT
57 lines (56 loc) • 1.34 kB
JSON
{
"name": "verifactu-node-lib",
"version": "1.0.0",
"description": "Node.js library for generating VeriFacTu invoices compatible with AEAT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"verifactu",
"hacienda",
"facturacion",
"aeat",
"nodejs",
"typescript",
"xml",
"qr"
],
"author": "zarpilla <jordi@webcoop.cat>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zarpilla/verifactu-node-lib"
},
"homepage": "https://github.com/zarpilla/verifactu-node-lib#readme",
"bugs": {
"url": "https://github.com/zarpilla/verifactu-node-lib/issues"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^20.6.3",
"@types/qrcode": "^1.5.5",
"@types/xmldom": "^0.1.34",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.50.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"xmldom": "^0.6.0"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.8",
"qrcode": "^1.5.3"
}
}