akua-sdk
Version:
TypeScript SDK for Akua Acquiring Processor
52 lines (51 loc) • 1.05 kB
JSON
{
"name": "akua-sdk",
"version": "1.1.5",
"description": "TypeScript SDK for Akua Acquiring Processor",
"repository": {
"type": "git",
"url": "https://github.com/akua-la/akua-node-sdk.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=20.0.0"
},
"files": [
"dist/",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint . --ext .ts",
"prepare": "yarn build"
},
"keywords": [
"akua",
"payment",
"gateway",
"sdk"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.7",
"class-transformer": "^0.5.1",
"reflect-metadata": "^0.2.1"
}
}