{
	"name": "n8n-nodes-telegram-grampro",
	"version": "6.0.4",
	"description": "Telegram GramPro is Advanced n8n node for Telegram MTProto automation using Teleproto (GramJS fork), featuring user account triggers and 2FA support.",
	"license": "MIT",
	"keywords": [
		"n8n",
		"n8n-nodes",
		"n8n-community-node-package",
		"n8n-community-node",
		"telegram",
		"telegram-api",
		"telegram-mtproto",
		"telegram-user",
		"telegram-grampro",
		"telegram-js",
		"GramPro",
		"gramjs",
		"workflow automation",
		"userbot",
		"selfbot",
		"client API",
		"marketing automation",
		"message monitoring",
		"auto-responder",
		"scraper"
	],
	"scripts": {
		"build": "n8n-node build",
		"build:watch": "tsc --watch",
		"dev": "n8n-node dev",
		"format": "prettier credentials nodes/TelegramGramPro nodes/TelegramGramProTrigger --write",
		"lint": "n8n-node lint",
		"lint:fix": "n8n-node lint --fix",
		"n8n-scan": "npx @n8n/scan-community-package n8n-nodes-telegram-grampro",
		"test": "n8n-node lint && n8n-node build",
		"release": "n8n-node release",
		"prepublishOnly": "n8n-node prerelease"
	},
	"author": {
		"name": "sadiakant",
		"email": "krushnakantsadiya@gmail.com"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sadiakant/n8n-nodes-telegram-grampro.git"
	},
	"homepage": "https://github.com/sadiakant/n8n-nodes-telegram-grampro#readme",
	"bugs": {
		"url": "https://github.com/sadiakant/n8n-nodes-telegram-grampro/issues"
	},
	"dependencies": {
		"teleproto": "^1.224.1"
	},
	"devDependencies": {
		"@n8n/node-cli": "*",
		"eslint": "9.39.4",
		"prettier": "3.8.3",
		"release-it": "20.0.1",
		"typescript": "5.9.3"
	},
	"peerDependencies": {
		"n8n-workflow": "*"
	},
	"n8n": {
		"n8nNodesApiVersion": 1,
		"nodes": [
			"dist/nodes/TelegramGramPro/TelegramGramPro.node.js",
			"dist/nodes/TelegramGramProTrigger/TelegramGramProTrigger.node.js"
		],
		"credentials": [
			"dist/credentials/TelegramGramProApi.credentials.js"
		]
	},
	"files": [
		"dist"
	],
	"engines": {
		"node": ">=18.17.0"
	},
	"publishConfig": {
		"registry": "https://registry.npmjs.org/",
		"access": "public",
		"provenance": true
	}
}