UNPKG

@lomi./sdk

Version:

Official TypeScript SDK for the lomi. API

59 lines (58 loc) 1.3 kB
{ "name": "@lomi./sdk", "version": "1.3.0", "description": "Official TypeScript SDK for the lomi. API", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "generate": "node ../scripts/typescript-generate.js", "prepublishOnly": "npm run generate && npm run build", "publish:npm": "npm publish --access public" }, "keywords": [ "lomi.", "payments", "sdk", "api", "typescript", "west-africa", "mobile-money" ], "author": "lomi. <hello@lomi.africa> (https://lomi.africa)", "license": "MIT", "homepage": "https://github.com/lomiafrica/lomi./", "bugs": { "url": "https://github.com/lomiafrica/lomi./issues" }, "repository": { "type": "git", "url": "git+https://github.com/lomiafrica/lomi./", "directory": "apps/sdks/ts" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "axios": "^1.13.2", "form-data": "^4.0.5" }, "devDependencies": { "@types/node": "^20.19.25", "openapi-typescript-codegen": "^0.29.0", "typescript": "^5.9.3" } }