{
 "name": "@flat/in-app-purchase",
 "description": "In-App-Purchase validation and subscription management for iOS, Android, Amazon, and Windows",
 "version": "1.13.5",
 "author": {
  "name": "Nobuyori Takahashi",
  "email": "voltrue2@yahoo.com"
 },
 "repository": {
  "type": "git",
  "url": "https://github.com/FlatIO/in-app-purchase.git"
 },
 "dependencies": {
  "fb": "^2.0.0",
  "jwt-simple": "^0.5.6",
  "request": "2.88.2",
  "urlsafe-base64": "^1.0.0",
  "xml-crypto": "3.0.1",
  "@xmldom/xmldom": "0.8.5"
 },
 "devDependencies": {
  "mocha": "10.1.0",
  "eslint": "8.26.0"
 },
 "scripts": {
  "lint": "make lint",
  "test": "make lint && make test"
 },
 "#engine": "node >= 0.10.20",
 "contributors": [],
 "keywords": [
  "Apple",
  "iOS",
  "Android",
  "Windows",
  "Amazon",
  "Roku",
  "Purchase",
  "Subscription",
  "App",
  "in-app-purchase",
  "in-app-billing",
  "Validation",
  "IAP"
 ],
 "eslintConfig": {
  "parserOptions": {
   "ecmaVersion": 6,
   "sourceType": "module",
   "jsx": true
  },
  "env": {
   "node": true,
   "es6": true,
   "amd": true,
   "mocha": true
  },
  "rules": {
   "max-depth": 5,
   "no-undef": "error",
   "no-unused-vars": "error",
   "no-cond-assign": "error",
   "no-console": "warn",
   "no-dupe-args": "error",
   "no-dupe-keys": "error",
   "no-empty": "error",
   "no-duplicate-case": "error",
   "no-func-assign": "error",
   "no-inner-declarations": "warn",
   "no-irregular-whitespace": "error",
   "no-obj-calls": "error",
   "no-sparse-arrays": "error",
   "no-unreachable": "error",
   "no-unsafe-negation": "error",
   "use-isnan": "error",
   "valid-typeof": "error",
   "dot-notation": "warn",
   "guard-for-in": "off",
   "no-eval": "error",
   "no-global-assign": "error",
   "no-implicit-globals": "error",
   "no-implied-eval": "error",
   "no-loop-func": "error",
   "no-octal": "off",
   "no-octal-escape": "off",
   "no-proto": "error",
   "no-redeclare": "error",
   "no-restricted-properties": "error",
   "eqeqeq": "error",
   "quotes": [
    "error",
    "single"
   ],
   "curly": "error",
   "camelcase": "error",
   "validthis": "off",
   "bitwise": "off",
   "semi": "error"
  }
 },
 "license": "MIT"
}
