UNPKG

@gramio/contexts

Version:

Contexts for GramIO framework

57 lines (56 loc) 1.21 kB
{ "name": "@gramio/contexts", "version": "0.3.0", "keywords": [ "gramio", "contexts", "updates", "events", "telegram", "telegram-bot", "telegram-bot-api", "bot" ], "files": ["dist"], "devDependencies": { "@biomejs/biome": "1.9.4", "@types/bun": "^1.2.17", "common-tags": "^1.8.2", "inspectable": "^3.0.2", "madge": "^8.0.0", "pkgroll": "2.8.2", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "peerDependencies": { "inspectable": "^3.0.1", "@gramio/types": "^9.1.1" }, "description": "Contexts for GramIO framework", "scripts": { "type": "tsc --noEmit", "lint": "bunx @biomejs/biome check ./src", "lint:fix": "bun lint --apply", "prepublishOnly": "bunx pkgroll && bun test", "circular": "bunx madge --circular ./src --extensions=ts", "generate": "bun scripts/generate.ts", "jsr": "bun scripts/release-jsr.ts" }, "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" } } }, "type": "module", "license": "MIT" }