{
  "name": "google-play-billing-validator",
  "version": "2.1.3",
  "description": "Server side for (Node.js) solution to validate Google Play Purchases and Subscriptions",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "google",
    "play",
    "validator",
    "purchase",
    "subscription",
    "valid"
  ],
  "dependencies": {
    "google-oauth-jwt": "^0.1.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Deishelon/google-play-billing-validator"
  },
  "author": "Deishelon",
  "license": "ISC"
}
