UNPKG

onehr_ebarimt

Version:

Ebarimt integration package

40 lines (39 loc) 884 B
{ "name": "onehr_ebarimt", "version": "1.0.18", "description": "Ebarimt integration package", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "clean": "rm -rf dist", "prebuild": "npm run clean", "prepare": "npm run build", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"", "docs": "typedoc --out docs src" }, "keywords": [ "ebarimt", "vat", "mongolia", "one_hr" ], "devDependencies": { "@types/node": "^22.10.1", "@types/node-fetch": "^2.6.12", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "prettier": "^3.0.0", "typedoc": "^0.25.0", "typescript": "^5.7.2" }, "dependencies": { "axios": "^1.7.9", "node-fetch": "2.6.6" } }