{
  "name": "ermc-sdk",
  "version": "1.1.16",
  "description": "SDK for reporting bet and withdrawal events with automatic location detection (GPS + IP fallback)",
  "main": "dist/location-sdk.umd.js",
  "module": "dist/location-sdk.esm.js",
  "files": [
    "dist/",
    "src/",
    "README.md"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ermc",
    "sdk",
    "geolocation",
    "ip-location",
    "bet-tracking",
    "withdrawal-tracking",
    "location-detection",
    "gps-fallback"
  ],
  "author": "ERMC Team",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/ermc/ermc-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/ermc/ermc-sdk/issues"
  },
  "homepage": "https://github.com/ermc/ermc-sdk#readme",
  "devDependencies": {
    "rollup": "^2.79.2",
    "rollup-plugin-terser": "^7.0.2"
  }
}
