UNPKG

nav-connect

Version:

Nav Online Invoice connection module

73 lines (72 loc) 1.75 kB
{ "name": "nav-connect", "version": "4.0.1", "type": "module", "description": "Nav Online Invoice connection module", "main": "build/index.js", "types": "build/index.d.ts", "exports": { ".": { "types": "./build/index.d.ts", "import": "./build/index.js", "default": "./build/index.js" } }, "files": [ "build/**/*", "LICENSE", "README.md" ], "scripts": { "test": "node --import tsx --test test/*.ts", "typecheck": "tsc --noEmit", "build": "rimraf build && ./node_modules/.bin/tsc", "prepare": "npm run build", "release:patch": "npm version patch && git push && git push --tags && npm publish", "release:minor": "npm version minor && git push && git push --tags && npm publish", "release:major": "npm version major && git push && git push --tags && npm publish" }, "keywords": [ "nav", "online-invoice", "hungary", "invoice", "OSA" ], "author": { "name": "Zoltán István KADA", "company": "kAdatSoft", "email": "kada.zoli@gmail.com" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/kzolti/nav-connect.git" }, "engines": { "node": ">=20.11.0" }, "funding": [ { "type": "Buy me a coffee (Revolut)", "url": "https://revolut.me/zoltnifdgo?note=nav-connect" }, { "type": "Buy me a coffee (GitHub)", "url": "https://github.com/sponsors/kzolti" } ], "dependencies": { "axios": "^1.9.0" }, "peerDependencies": { "nav-osa-core": "^0.2.6", "nav-osa-types": "^2.0.1" }, "devDependencies": { "@types/node": "^22.15.30", "rimraf": "^6.1.2", "tsx": "^4.23.12", "typescript": "^5.8.3" } }