UNPKG

@ikarha/emecef

Version:

Node.js client library for interacting with the Benin e-MCF API for normalized invoicing

62 lines (61 loc) 1.44 kB
{ "name": "@ikarha/emecef", "version": "1.0.0", "description": "Node.js client library for interacting with the Benin e-MCF API for normalized invoicing", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Ologou François-Jean de Dieu ASSOGBA <asjohnfrancis@hotmail.com>", "license": "MIT", "scripts": { "build": "tsc", "start": "node dist/index.js", "run-example": "node dist/examples/example.js", "test": "jest", "test-coverage": "jest --coverage", "prepublishOnly": "npm run build" }, "keywords": [ "e-MCF", "e-MECEF", "EMECEF", "emecef", "api-client", "typescript", "invoicing", "taxation", "dgi", "benin", "dgi-benin", "dgi-benin-api", "dgi-benin-client", "dgi-benin-client-api", "dgi-benin-emecef", "dgi-benin-emecef-api" ], "dependencies": { "axios": "^1.7.2", "dotenv": "^16.4.5" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^22.7.4", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.5.4", "axios-mock-adapter": "^2.1.0" }, "private": false, "repository": { "type": "git", "url": "https://github.com/ikarha/emecef.git" }, "bugs": { "url": "https://github.com/ikarha/emecef.git/issues" }, "homepage": "https://github.com/ikarha/emecef.git#readme", "files": [ "dist/**/*", "readme.md", "license" ] }