{
  "name": "aramex-pillvery",
  "version": "1.0.4",
  "description": "A simple wrapper for Aramex (JSON) API to manage shipments, tracking, and printing labels.",
  "main": "aramex.js",
  "scripts": {
    "test": "echo \"No test specified\" && exit 1"
  },
  "keywords": [
    "aramex",
    "shipping",
    "create-shipment",
    "API"
  ],
  "author": "Abdulraheem Jaradat",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.5.0"
  }
}