UNPKG

regraf

Version:

Continuation of best modern Telegram Bot Framework

72 lines (71 loc) 1.71 kB
{ "name": "regraf", "version": "1.1.14", "description": "Continuation of best modern Telegram Bot Framework", "license": "MIT", "author": "Ilya Petrov <me@redguy.ru>", "homepage": "https://github.com/RedGuys/regraf#readme", "repository": { "type": "git", "url": "git+ssh://git@github.com/RedGuys/regraf.git" }, "bugs": { "url": "https://github.com/RedGuys/regraf/issues" }, "main": "regraf.js", "files": [ "bin/*", "core/**/*.js", "scenes/**/*.js", "typings/*.d.ts", "*.js" ], "bin": { "regraf": "bin/regraf" }, "scripts": { "lint": "eslint .", "test": "ava test/*", "precommit": "npm run lint && npm run typecheck && npm test", "typecheck": "tsc" }, "type": "commonjs", "engines": { "node": ">=10" }, "types": "./typings/index.d.ts", "dependencies": { "@grammyjs/types": "^3.13.0", "debug": "^4.0.1", "minimist": "^1.2.0", "module-alias": "^2.2.2", "node-fetch": "^2.2.0", "sandwich-stream": "^2.0.1" }, "devDependencies": { "@types/node": "^13.1.0", "ava": "^3.0.0", "eslint": "^6.2.2", "eslint-config-standard": "^14.1.0", "eslint-plugin-ava": "^10.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.0.0", "eslint-plugin-standard": "^4.0.0", "husky": "^4.2.0", "prettier": "^2.0.5", "typescript": "^3.0.1" }, "optionalDependencies": { "telegraf": "~3.40.0" }, "keywords": [ "telegraf", "regraf", "telegram", "telegram bot api", "bot", "botapi", "bot framework" ] }