UNPKG

@montarist/nilvera-api

Version:

An unofficial SDK for integrating with Nilvera e-Invoice, e-Archive services

63 lines (62 loc) 1.31 kB
{ "name": "@montarist/nilvera-api", "version": "1.0.5", "description": "An unofficial SDK for integrating with Nilvera e-Invoice, e-Archive services", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "lint": "eslint src/**/*.ts", "prepare": "npm run build", "format": "prettier --write \"src/**/*.ts\"" }, "repository": { "type": "git", "url": "git+https://github.com/montarist/nilvera-api.git" }, "keywords": [ "nilvera", "e-invoice", "e-archive", "e-ledger", "typescript", "sdk", "api", "einvoice", "earchive", "eledger" ], "author": "Montarist Bilisim", "license": "MIT", "bugs": { "url": "https://github.com/montarist/nilvera-api/issues" }, "homepage": "https://github.com/montarist/nilvera-api#readme", "dependencies": { "axios": "^1.7.9" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.15.32", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.50.0", "husky": "^9.1.7", "jest": "^29.7.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }, "files": [ "dist", "LICENSE", "README.md" ], "engines": { "node": ">=14.0.0" }, "publishConfig": { "access": "public" } }