facturajs
Version:
Comunicación con los web services de AFIP utilizando nodejs.
53 lines • 1.22 kB
JSON
{
"name": "facturajs",
"description": "Comunicación con los web services de AFIP utilizando nodejs.",
"author": "Emilio Astarita",
"licence": "MIT",
"version": "0.4.1",
"engines": {
"node": ">=6.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/emilioastarita/facturajs.git"
},
"bugs": {
"url": "git+https://github.com/emilioastarita/facturajs/issues"
},
"files": [
"dist/"
],
"keywords": [
"afip",
"factura",
"factura electrónica",
"wsfe",
"wsfev1",
"web service",
"soap",
"nodejs"
],
"dependencies": {
"debug": "^4.4.0",
"moment": "^2.30.1",
"node-forge": "^1.4.0",
"ntp-time-sync": "^0.5.0",
"soap": "^1.1.11",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node-forge": "^1.3.14",
"@types/xml2js": "^0.4.14",
"prettier": "^3.8.2",
"typescript": "^6.0.2"
},
"scripts": {
"prettier": "prettier --write \"src/**/*.{md,json,ts}\"",
"clean": "rm -rf dist/*",
"build": "pnpm exec tsc",
"type:dts": "tsc --emitDeclarationOnly --project tsconfig.build.json"
}
}