@gramio/contexts
Version:
Contexts for GramIO framework
66 lines (65 loc) • 1.41 kB
JSON
{
"name": "@gramio/contexts",
"version": "0.7.0",
"keywords": [
"gramio",
"contexts",
"updates",
"events",
"telegram",
"telegram-bot",
"telegram-bot-api",
"bot"
],
"readme": "https://gramio.dev",
"homepage": "https://gramio.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/gramiojs/contexts.git"
},
"files": [
"dist"
],
"devDependencies": {
"@biomejs/biome": "2.3.15",
"@gramio/types": "^10.0.0",
"@types/bun": "^1.3.9",
"common-tags": "^1.8.2",
"inspectable": "^3.0.2",
"madge": "^8.0.0",
"pkgroll": "2.25.2",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"@gramio/types": "^10.0.0",
"inspectable": "^3.0.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"
}