{
	"name": "evogram",
	"version": "2.11.2",
	"description": "Telegram Bot Framework",
	"main": "./lib/index.js",
	"repository": "https://github.com/evogram/evogram.git",
	"author": "czvelox",
	"license": "MIT",
	"bin": {
		"evogram": "./lib/CLI/index.js"
	},
	"scripts": {
		"build": "tsc",
		"test": "jest"
	},
	"dependencies": {
		"axios": "^1.7.9",
		"commander": "^12.1.0",
		"js-yaml": "^4.1.0",
		"lodash": "^4.17.21",
		"reflect-metadata": "^0.2.2",
		"sqlite": "^5.1.1",
		"sqlite3": "^5.1.7",
		"ts-node": "^10.9.2",
		"tslib": "^2.8.0",
		"typeorm": "^0.3.20",
		"typescript": "^5.5.4",
		"winston": "^3.17.0"
	},
	"devDependencies": {
		"@eslint/js": "^9.8.0",
		"@types/jest": "^29.5.14",
		"@types/js-yaml": "^4.0.9",
		"@types/lodash": "^4.17.16",
		"@types/node": "^22.5.0",
		"eslint": "9.x",
		"globals": "^15.9.0",
		"jest": "^29.7.0",
		"prettier": "^3.3.3",
		"ts-jest": "^29.3.1",
		"typescript-eslint": "^8.0.0"
	}
}
