{
	"name": "@gramio/crypto-pay-api",
	"version": "0.0.3",
	"description": "CryptoPay / CryptoBot API client",
	"keywords": [
		"gramio",
		"telegram",
		"crypto",
		"pay",
		"api",
		"tma",
		"webapp",
		"crypto-bot",
		"crypto-pay"
	],
	"homepage": "https://github.com/gramiojs/crypto-pay-api",
	"readme": "https://github.com/gramiojs/crypto-pay-api",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/gramiojs/crypto-pay-api.git"
	},
	"author": {
		"url": "https://github.com/kravetsone",
		"name": "kravets"
	},
	"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"
		}
	},
	"scripts": {
		"prepublishOnly": "bunx pkgroll"
	},
	"type": "module",
	"files": [
		"dist"
	],
	"license": "MIT",
	"devDependencies": {
		"@biomejs/biome": "^2.0.6",
		"@types/bun": "^1.2.18",
		"pkgroll": "^2.13.1",
		"typescript": "^5.8.3"
	}
}
