{
  "name": "@reech-rewards/reech",
  "version": "1.0.0",
  "description": "This Node package allows you to easily integrate rewards into your application using our Rewards as a Service API.",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "Rewards",
    "RAAS",
    "Rewards-As-A-Service"
  ],
  "author": "Reech Rewards",
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "node-fetch": "^3.3.2"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
