{
	"name": "@an00b1s/gamemoney",
	"version": "7.0.1",
	"description": "GameMoney API wrapper for Node.js",
	"main": ".build/index.js",
	"keywords": [
		"gamemoney",
		"gmpays",
		"gm",
		"merchant"
	],
	"homepage": "https://github.com/aN00B1s/gamemoney-node-sdk",
	"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/aN00B1s/gamemoney-node-sdk"
	},
	"type": "module",
	"exports": {
		".": {
			"import": "./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.12",
		"@onmoon/prettier-config": "^1.0.2",
		"@onmoon/tsconfigs": "^3.0.0",
		"@types/body-parser": "^1.19.5",
		"@types/express": "^4.17.21",
		"@types/jest": "^29.5.12",
		"@types/node": "^20.11.17",
		"@types/uuid": "^9.0.8",
		"body-parser": "^1.20.2",
		"express": "^4.18.2",
		"husky": "^8.0.3",
		"lint-staged": "^13.3.0",
		"ts-jest": "^29.1.2",
		"typescript": "^5.3.3",
		"uuid": "^9.0.1",
		"xo": "^0.57.0"
	},
	"dependencies": {
		"got": "^12.6.1"
	}
}
