facturajs
Version:
Comunicación con los web services de AFIP utilizando nodejs.
58 lines (57 loc) • 1.37 kB
JSON
{
"name": "facturajs",
"description": "Comunicación con los web services de AFIP utilizando nodejs.",
"author": "Emilio Astarita",
"licence": "MIT",
"version": "0.3.2",
"engines": {
"node": ">=6.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prettier": "prettier --write \"src/**/*.{md,json,ts}\"",
"clean": "rm -rf dist/*",
"prepare": "yarn prettier; yarn clean ; yarn build",
"build": "yarn run tsc",
"type:dts": "tsc --emitDeclarationOnly --project tsconfig.build.json"
},
"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.3.1",
"ntp-time-sync": "^0.5.0",
"soap": "^1.1.11",
"source-map-support": "^0.5.21",
"uniqid": "^5.4.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node-forge": "^1.3.11",
"@types/uniqid": "^5.3.4",
"@types/xml2js": "^0.4.14",
"prettier": "^3.5.3",
"typescript": "^5.8.3"
}
}