UNPKG

@angro/nav-connector

Version:

Node.js module which provides an interface for communicating with NAV online invoice service.

51 lines (50 loc) 1.28 kB
{ "name": "@angro/nav-connector", "version": "6.1.1", "description": "Node.js module which provides an interface for communicating with NAV online invoice service.", "main": "./src/nav-connector.js", "scripts": { "test": "nyc mocha --timeout 300000", "lint": "eslint src/**", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov" }, "repository": { "type": "git", "url": "git+https://github.com/angro-kft/nav-connector.git" }, "keywords": [ "nav", "online", "invoice", "számla" ], "license": "GPL-3.0", "bugs": { "url": "https://github.com/angro-kft/nav-connector/issues" }, "homepage": "https://github.com/angro-kft/nav-connector#readme", "engines": { "node": ">= 8.11.2", "npm": ">= 5.6.0" }, "dependencies": { "axios": "^0.21.1", "bson-objectid": "^1.3.0", "crc": "^3.8.0", "lodash": "^4.17.14", "xml2js": "^0.4.19" }, "devDependencies": { "async": "^2.6.2", "chai": "^4.2.0", "codecov": "^3.3.0", "dotenv": "^8.0.0", "eslint": "^5.16.0", "eslint-config-prettier": "^4.2.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-prettier": "^3.0.1", "mocha": "^6.1.4", "nyc": "^14.1.0", "prettier": "^1.17.0" } }