{
  "name": "gamemoney-fix",
  "version": "4.2.2",
  "description": "GameMoney API wrapper for Node.js",
  "keywords": [
    "gamemoney",
    "gmpays",
    "gm",
    "merchant"
  ],
  "homepage": "https://github.com/gamemoney-ps/gamemoney-node-sdk#readme",
  "bugs": {
    "url": "https://github.com/gamemoney-ps/gamemoney-node-sdk/issues",
    "email": "maxpain177@gmail.com"
  },
  "author": {
    "name": "Maxim Makarov",
    "email": "maxpain177@gmail.com",
    "url": "https://maxpain.pro"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gamemoney-ps/gamemoney-node-sdk"
  },
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "scripts": {
    "prebuild": "rm -rf .build",
    "build": "tsc",
    "postbuild": "cp -r package*.json .npmignore ./src/certs README.md .build",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest",
    "lint": "xo",
    "lint:fix": "xo --fix"
  },
  "lint-staged": {
    "*.ts": "xo"
  },
  "jest": {
    "testMatch": [
      "**/*.test.ts"
    ],
    "preset": "ts-jest/presets/default-esm",
    "globals": {
      "ts-jest": {
        "useESM": true
      }
    },
    "moduleNameMapper": {
      "^(\\.{1,2}/.*)\\.js$": "$1"
    },
    "maxConcurrency": 50
  },
  "xo": {
    "extends": "@onmoon",
    "prettier": true
  },
  "prettier": "@onmoon/prettier-config",
  "devDependencies": {
    "@onmoon/eslint-config": "^1.0.11",
    "@onmoon/prettier-config": "^1.0.2",
    "@onmoon/tsconfigs": "^2.0.0",
    "@types/body-parser": "^1.19.2",
    "@types/express": "^4.17.13",
    "@types/jest": "^27.5.1",
    "@types/node": "^17.0.35",
    "@types/uuid": "^8.3.4",
    "body-parser": "^1.20.0",
    "express": "^4.18.1",
    "husky": "^8.0.1",
    "lint-staged": "^12.4.1",
    "ts-jest": "^28.0.2",
    "typescript": "^4.6.4",
    "uuid": "^8.3.2",
    "xo": "^0.49.0"
  },
  "dependencies": {
    "got": "^12.0.4"
  }
}