lomi.cli
Version:
Command line interface for lomi's payment infrastructure
89 lines (88 loc) • 1.96 kB
JSON
{
"name": "lomi.cli",
"version": "2.0.4",
"description": "Command line interface for lomi's payment infrastructure",
"type": "module",
"bin": {
"lomi.": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "ts-node src/index.ts",
"test": "jest",
"lint": "eslint . --ext .ts",
"format": "bunx --bun prettier --write \"src/**/*.{ts,tsx,js,jsx,css,md,json}\"",
"prepublishOnly": "npm run build"
},
"keywords": [
"lomi.",
"cli",
"payments",
"africa",
"west-africa",
"mobile money",
"payment service provider",
"payment stack",
"unified api",
"cards",
"payment infrastructure",
"api",
"typescript",
"payment",
"orange",
"wave",
"products",
"subscriptions",
"payment-gateway",
"mtn",
"digital-products",
"payment-orchestration",
"merchant-of-record"
],
"author": "lomi. <hello@lomi.africa> (https://lomi.africa)",
"license": "MIT",
"homepage": "https://lomi.africa",
"bugs": {
"url": "https://github.com/lomiafrica/lomi./issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lomiafrica/lomi..git"
},
"files": [
"dist",
"bin",
"README.md"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"axios": "^1.8.4",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"conf": "^12.0.0",
"inquirer": "^9.2.12",
"open": "^10.1.0",
"ora": "^8.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/conf": "^3.0.3",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"main": "index.js",
"directories": {
"test": "test"
}
}