UNPKG

@puregram/scenes

Version:

Simple implementation of middleware-based scene management for puregram

38 lines (37 loc) 739 B
{ "name": "@puregram/scenes", "version": "2.0.1", "description": "Simple implementation of middleware-based scene management for puregram", "main": "lib/index", "engines": { "node": ">=12.0.0" }, "scripts": { "build": "tsc --project tsconfig.json" }, "keywords": [ "puregram", "telegram", "scenes" ], "files": [ "lib" ], "author": "nitrojs", "license": "MIT", "dependencies": { "@puregram/session": "^2.0.1-rc.1" }, "peerDependencies": { "puregram": "^2.0.0" }, "types": "./lib/index.d.ts", "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/nitreojs/puregram.git", "directory": "packages/scenes" } }