UNPKG

@lomi./sdk

Version:
49 lines 1.15 kB
{ "name": "@lomi./sdk", "version": "0.1.1", "description": "Official Node.js SDK for the lomi. API", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "lomi.", "payments", "sdk", "api", "typescript", "payment", "payment orchestration" ], "author": "lomi. <hello@lomi.africa> (https://lomi.africa)", "license": "MIT", "homepage": "https://github.com/lomiafrica/lomi./tree/main/apps/sdk", "bugs": { "url": "https://github.com/lomiafrica/lomi./issues" }, "repository": { "type": "git", "url": "git+https://github.com/lomiafrica/lomi..git", "directory": "apps/sdk" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "axios": "^1.8.4", "form-data": "^4.0.2" }, "devDependencies": { "@types/form-data": "^2.5.2", "@types/node": "^20.10.6", "openapi-typescript-codegen": "^0.29.0", "typescript": "^5.3.3" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "generate": "openapi --input ./spec.yaml --output ./src/generated --client axios --useOptions" } }