{
  "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"
  }
}
