UNPKG

afip-ws-node

Version:
71 lines 1.77 kB
{ "name": "afip-ws-node", "version": "3.2.3", "description": "Afip typescript SDK", "source": "src/index.ts", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "npx tsc", "postbuild": "rimraf lib/soap/wsdl && copyfiles -u 2 src/soap/wsdl/* lib/soap/", "test": "jest", "doc": "typedoc --theme oxide --name 'afip.ts' --out docs src/index.ts", "wsdl-gen": "wsdl-to-ts --", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs" }, "author": "neckell", "license": "ISC", "devDependencies": { "@jest/globals": "^29.6.2", "@types/jest": "^29.5.1", "@types/node-forge": "^1.3.2", "@types/underscore": "^1.11.5", "@types/xml2js": "^0.4.11", "copyfiles": "^2.4.1", "jest": "^28.1.3", "rimraf": "^5.0.7", "ts-jest": "^28.0.8", "ts-node": "^10.9.1", "typescript": "^5.0.4", "vitepress": "1.2.3", "wsdl-to-ts": "^0.2.3", "wsdl-tsclient": "^1.4.0" }, "dependencies": { "dotenv": "^16.3.1", "moment": "^2.29.4", "node-forge": "^1.3.1", "soap": "^1.0.0", "winston": "^3.10.0", "xml2js": "^0.6.2" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/neckell/afip.ts.git" }, "bugs": { "url": "https://github.com/neckell/afip.ts/issues" }, "homepage": "https://github.com/neckell/afip.ts#readme", "files": [ "lib/**/*" ], "keywords": [ "web-service", "factura-electronica", "padron", "afip", "sdk", "package", "api", "soap", "rest", "endpoint", "wsaa" ] }