{
	"author": {
		"name": "David Volkov",
		"url": "https://vk.com/id500580851"
	},
	"bugs": {
		"url": "https://github.com/DavidErbaev/anypay.io/issues"
	},
	"bundleDependencies": false,
	"scripts": {
		"build": "tsc -p tsconfig.json",
		"lint": "eslint ./src"
	},
	"dependencies": {
		"axios": "^0.21.1",
		"debug": "^4.1.1",
		"express": "^4.17.1",
		"form-data": "^3.0.0",
		"ip": "^1.1.5",
		"md5": "^2.2.1",
		"middleware-io": "^2.1.0",
		"sha256": "^0.2.0"
	},
	"deprecated": false,
	"description": "Module for the AnyPay payment system.",
	"homepage": "https://github.com/DavidErbaev/anypay.io#readme",
	"keywords": [
		"anypay",
		"anypay-io",
		"anypay.io",
		"payment system"
	],
	"license": "ISC",
	"main": "dist/index.js",
	"name": "anypay.io",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/DavidErbaev/anypay.io.git"
	},
	"version": "1.10.3",
	"devDependencies": {
		"@types/body-parser": "^1.19.1",
		"@types/express": "^4.17.13",
		"@types/ip": "^1.1.0",
		"@types/md5": "^2.3.1",
		"@types/sha256": "^0.2.0",
		"@typescript-eslint/eslint-plugin": "^4.28.3",
		"@typescript-eslint/parser": "^4.28.3",
		"eslint": "^7.30.0",
		"typescript": "^4.3.5"
	}
}
