UNPKG

mtn-momo-client

Version:

A collection of utils to interact with the mtn-momo api

69 lines (68 loc) 1.88 kB
{ "name": "mtn-momo-client", "version": "1.0.0", "description": "A collection of utils to interact with the mtn-momo api", "source": "src/index.ts", "main": "./dist/index.cjs", "module": "./dist/index.module.js", "unpkg": "./dist/index.umd.js", "types": "dist/index.d.ts", "type": "module", "repository": "git@github.com:dennisja/mtn-momo.git", "author": "dennisja <dennisjjagwe@gmail.com>", "license": "MIT", "private": false, "exports": { "require": "./dist/index.cjs", "default": "./dist/index.modern.js" }, "keywords": [ "mtn", "mtn-momo", "mobile money" ], "files": [ "src", "dist" ], "scripts": { "build": "microbundle", "dev": "microbundle watch", "format": "prettier --write src", "prepare": "husky install", "lint": "eslint src --ext .ts", "test": "vitest", "test:ci": "vitest --run --coverage", "test:coverage": "vitest run --coverage", "changeset": "changeset", "prerelease": "yarn build", "release": "changeset publish" }, "dependencies": { "axios": "^1.3.5", "uuid": "^9.0.0" }, "devDependencies": { "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.1", "@commitlint/cli": "^17.6.1", "@commitlint/config-conventional": "^17.6.1", "@types/node": "^18.15.11", "@types/uuid": "^9.0.1", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", "@vitest/coverage-c8": "^0.30.1", "eslint": "^8.38.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "husky": "^8.0.3", "lint-staged": "^13.2.1", "microbundle": "^0.15.1", "nock": "^13.3.0", "prettier": "^2.8.7", "typescript": "^5.0.4", "vitest": "^0.30.1" } }