{
  "name": "bast-integration-tests",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "description": "Standalone sandbox tests for Bast third-party integrations (Moyasar, Nafath) before wiring into the main backend.",
  "scripts": {
    "moyasar:create": "node src/test-moyasar.js create",
    "moyasar:status": "node src/test-moyasar.js status",
    "nafath:request": "node src/test-nafath.js request",
    "nafath:status": "node src/test-nafath.js status"
  },
  "dependencies": {},
  "engines": {
    "node": ">=18"
  }
}
