{
	"name": "telegraf-test",
	"main": "index.js",
	"preferGlobal": false,
	"version": "1.2.1",
	"description": "Telegraf Test - Simple Test ToolKit of Telegram Bots",
	"author": {
		"email": "TiagoDanin@outlook.com",
		"name": "Tiago Danin",
		"url": "https://TiagoDanin.github.io"
	},
	"license": "MIT",
	"keywords": [
		"localhost",
		"mocha",
		"offline",
		"sendmessage",
		"telegraf",
		"telegram",
		"telegram-bot",
		"telegram-test",
		"test",
		"test-automation",
		"test-framework",
		"testing",
		"testing-tools",
		"tests"
	],
	"scripts": {
		"start": "node index.js",
		"test": "xo && mocha --exit --timeout 100000"
	},
	"engines": {
		"node": ">=8"
	},
	"private": false,
	"repository": {
		"type": "git",
		"url": "git+https://github.com/TiagoDanin/Telegraf-Test.git"
	},
	"homepage": "https://TiagoDanin.github.io/Telegraf-Test",
	"bugs": {
		"url": "https://github.com/TiagoDanin/Telegraf-Test/issues"
	},
	"github": {
		"name": "Telegraf-Test",
		"owner": "TiagoDanin"
	},
	"files": [
		"LICENSE",
		"README.md",
		"index.js",
		"package.json"
	],
	"dependencies": {
		"axios": "^0.19.2",
		"debug": "^4.1.1",
		"express": "^4.17.1"
	},
	"devDependencies": {
		"mocha": "7.0.1",
		"telegraf": "^3.36.0",
		"xo": "^0.25.3"
	},
	"xo": {
		"rules": {
			"camelcase": "off"
		},
		"semicolon": false
	},
	"features": [
		"Telegram bot api server emulator.",
		"Compatible with Telegraf <3.",
		"Compatible with Mocha e others test framework.",
		"Send message, inline query and callback query.",
		"Work in local network.",
		"Offline"
	]
}
