UNPKG

@gramio/scenes

Version:
63 lines (62 loc) 1.35 kB
{ "name": "@gramio/scenes", "version": "0.7.1", "description": "Scenes plugin for GramIO", "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" } }, "repository": { "type": "git", "url": "git+https://github.com/gramiojs/scenes.git" }, "type": "module", "homepage": "https://github.com/gramiojs/scenes", "readme": "https://gramio.dev/plugins/official/scenes", "scripts": { "prepublishOnly": "bunx pkgroll", "generate": "bun scripts/generate.ts", "test": "bun test", "test:types": "tsc --noEmit --project tsconfig.test.json" }, "keywords": [ "gramio", "gramio-plugin", "telegram-bot-api", "telegram-bot", "scenes", "conversation", "dialog" ], "devDependencies": { "@biomejs/biome": "1.9.4", "@gramio/storage-redis": "^1.0.5", "@gramio/test": "^0.3.1", "@standard-schema/spec": "^1.0.0", "@types/bun": "^1.3.10", "gramio": "^0.10.0", "pkgroll": "^2.27.0", "typescript": "^5.7.2", "zod": "^3.25.4" }, "peerDependencies": { "gramio": ">=0.9.0" }, "files": [ "dist" ], "license": "MIT", "dependencies": { "@gramio/composer": "^0.4.1", "@gramio/storage": "^2.0.0" } }