{
	"name": "mail.tm-api",
	"version": "3.0.1",
	"description": "A powerful library to use the Mail.TM api and Mail.GW to receive emails",
	"main": "./dist/index.js",
	"homepage": "https://github.com/XielQs/mail.tm-api#readme",
	"scripts": {
		"test": "nodemon -e ts --watch test/ --watch dist/ --exec \"ts-node test/index.ts\"",
		"watch": "tsc --watch",
		"build": "tsc",
		"lint": "eslint src/ --ext .ts",
		"copy": "xcopy /E /Y /I src\\types dist\\types"
	},
	"keywords": [
		"mail",
		"tm",
		"api",
		"email",
		"receive",
		"temp mail",
		"temporary mail",
		"mail tm",
		"mail service",
		"receive emails",
		"mail.tm",
		"library",
		"xielq"
	],
	"author": "XielQ",
	"license": "MIT",
	"dependencies": {
		"axios": "^1.6.7",
		"eventsource": "^2.0.2"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/XielQs/mail.tm-api.git"
	},
	"contributors": [
		{
			"name": "XielQ",
			"email": "offical.gamerboytr@yandex.com"
		}
	],
	"files": [
		"dist"
	],
	"devDependencies": {
		"@types/eventsource": "^1.1.15",
		"@types/node": "^20.11.16",
		"@typescript-eslint/eslint-plugin": "^6.4.0",
		"eslint": "^8.0.1",
		"eslint-config-standard-with-typescript": "^43.0.1",
		"eslint-plugin-import": "^2.25.2",
		"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
		"eslint-plugin-promise": "^6.0.0",
		"typescript": "*"
	},
	"bugs": {
		"email": "offical.gamerboytr@yandex.com",
		"url": "https://github.com/XielQs/mail.tm-api"
	}
}
