{
	"name": "@gramio/scenes",
	"version": "0.3.0",
	"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"
		}
	},
	"type": "module",
	"homepage": "https://github.com/gramiojs/scenes",
	"readme": "https://gramio.dev/plugins/official/scenes",
	"scripts": {
		"prepublishOnly": "bunx pkgroll",
		"generate": "bun scripts/generate.ts"
	},
	"keywords": [
		"gramio",
		"gramio-plugin",
		"telegram-bot-api",
		"telegram-bot",
		"scenes",
		"conversation",
		"dialog"
	],
	"devDependencies": {
		"@biomejs/biome": "1.9.4",
		"@gramio/storage-redis": "^1.0.2",
		"@standard-schema/spec": "^1.0.0",
		"@types/bun": "^1.1.14",
		"gramio": "^0.2.0",
		"middleware-io": "^2.8.1",
		"pkgroll": "^2.6.0",
		"typescript": "^5.7.2",
		"zod": "^3.25.4"
	},
	"peerDependencies": {
		"gramio": ">=0.0.39 <1.0.0",
		"middleware-io": "^2.8.1"
	},
	"files": ["dist"],
	"dependencies": {
		"@gramio/storage": "^1.0.0"
	}
}
