UNPKG

@tribute-tg/sdk

Version:

Unofficial Tribute SDK for Node.js and browsers

63 lines (62 loc) 1.44 kB
{ "name": "@tribute-tg/sdk", "version": "0.1.4", "description": "Unofficial Tribute SDK for Node.js and browsers", "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "exports": { "import": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "require": "./dist/index.cjs" } }, "type": "module", "engines": { "node": ">=20" }, "scripts": { "build": "tsdown ./src/index.ts --format esm,cjs --dts --clean --sourcemap", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "homepage": "https://wiki.tribute.tg", "repository": { "type": "git", "url": "git+https://github.com/vitalygashkov/tribute-tg.git" }, "keywords": [ "tribute", "telegram", "donate", "payments", "subscriptions", "monetization" ], "bugs": { "url": "https://github.com/vitalygashkov/tribute-tg/issues", "email": "vitalygashkov@vk.com" }, "author": "Vitaly Gashkov <vitalygashkov@vk.com>", "license": "MIT", "readmeFilename": "README.md", "funding": [ { "type": "individual", "url": "https://t.me/tribute/app?startapp=dqW2" } ], "devDependencies": { "@sindresorhus/tsconfig": "^8.1.0", "@types/node": "^24.10.1", "tsdown": "^0.16.7", "typescript": "^5.9.3", "vitest": "^4.0.14" } }