{
	"name": "@edjopato/telegraf-i18n",
	"version": "0.2.2",
	"description": "Telegraf i18n fork built with TypeScript (Pull Request #40)",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/telegraf/telegraf-i18n/issues"
	},
	"homepage": "https://github.com/telegraf/telegraf-i18n#readme",
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com/EdJoPaTo/telegraf-i18n.git"
	},
	"keywords": [
		"telegram bot",
		"telegraf",
		"bot framework",
		"i18n",
		"internationalization",
		"middleware",
		"typescript",
		"types",
		"typings"
	],
	"author": "Vitaly Domnikov <oss@vitaly.codes>",
	"scripts": {
		"build": "del-cli dist && tsc",
		"prepack": "npm run build",
		"start": "ts-node examples/example-bot.ts",
		"test": "tsc --sourceMap && xo && nyc ava"
	},
	"type": "commonjs",
	"engines": {
		"node": ">=12"
	},
	"dependencies": {
		"compile-template": "^0.3.1",
		"debug": "^4.0.1",
		"js-yaml": "^4.0.0",
		"tableize-object": "^0.1.0",
		"typegram": "^3.2.3"
	},
	"peerDependencies": {
		"telegraf": "^4.0.0"
	},
	"devDependencies": {
		"@sindresorhus/tsconfig": "^1.0.1",
		"@types/js-yaml": "^4.0.0",
		"@types/node": "^14.0.5",
		"ava": "^3.0.0",
		"del-cli": "^3.0.0",
		"nyc": "^15.0.0",
		"telegraf": "^4.0.0",
		"ts-node": "^9.0.0",
		"typescript": "^4.2.3",
		"xo": "^0.38.1"
	},
	"files": [
		"dist/source",
		"!*.test.*"
	],
	"main": "dist/source",
	"types": "dist/source",
	"publishConfig": {
		"access": "public"
	},
	"nyc": {
		"all": true,
		"reporter": [
			"lcov",
			"text"
		]
	},
	"xo": {
		"semicolon": false,
		"space": true,
		"rules": {
			"@typescript-eslint/prefer-readonly-parameter-types": "warn",
			"ava/no-ignored-test-files": "off"
		},
		"overrides": [
			{
				"files": [
					"**/*.test.*",
					"examples/**/*.*",
					"test/**/*.*"
				],
				"rules": {
					"@typescript-eslint/prefer-readonly-parameter-types": "off"
				}
			}
		]
	}
}
