{
	"name": "@gramio/files",
	"main": "./dist/index.cjs",
	"module": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		"import": {
			"types": "./dist/index.d.ts",
			"default": "./dist/index.js"
		},
		"require": {
			"types": "./dist/index.d.cts",
			"default": "./dist/index.cjs"
		}
	},
	"version": "0.3.0",
	"type": "module",
	"description": "Set of utils to work with files uploading to Telegram Bot API",
	"keywords": ["gramio", "telegram", "file", "files", "upload"],
	"scripts": {
		"generate": "bun scripts/generate.ts",
		"prepublishOnly": "bun test && bunx pkgroll",
		"lint": "bunx @biomejs/biome check ./src",
		"lint:fix": "bun lint --apply",
		"jsr": "bun scripts/release-jsr.ts"
	},
	"devDependencies": {
		"@biomejs/biome": "1.9.4",
		"@types/bun": "^1.2.9",
		"@types/node": "^22.14.1",
		"gramio": "^0.2.6",
		"mitata": "^1.0.34",
		"pkgroll": "^2.12.1",
		"prettier": "^3.5.3",
		"typescript": "^5.8.3",
		"xlsxtable": "^0.3.1"
	},
	"dependencies": {
		"@gramio/types": "^9.0.0"
	},
	"files": ["dist"],
	"license": "MIT"
}
