@doctech/fib
Version:
First Iraqi Bank payment integration for DocTech
34 lines (33 loc) • 584 B
JSON
{
"name": "@doctech/fib",
"version": "1.0.2",
"description": "First Iraqi Bank payment integration for DocTech",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/YadaCoder/doctech-fib"
},
"keywords": [
"fib",
"payment",
"iraq",
"bank"
],
"author": "Yad Hersh",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"dependencies": {
"axios": "^1.7.9"
}
}