@aledj02/afip.js
Version:
Libreria para usar los Web Services de AFIP con JavaScript Fork de @afipsdk/afip.js
34 lines (33 loc) • 763 B
JSON
{
"name": "@aledj02/afip.js",
"version": "0.8.2",
"description": "Libreria para usar los Web Services de AFIP con JavaScript Fork de @afipsdk/afip.js",
"main": "src/Afip.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/aledj02/afip.js"
},
"keywords": [
"web-service",
"factura-electronica",
"padron",
"afip"
],
"author": "AfipSDK <afipsdk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aledj02/afip.js/issues"
},
"homepage": "https://github.com/aledj02/afip.js#readme",
"dependencies": {
"node-forge": "^1.3.1",
"soap": "^1.1.6",
"xml2js": "^0.6.2"
},
"engines": {
"node": ">=7.0"
}
}