UNPKG

telegraf-ts

Version:
65 lines (64 loc) 1.46 kB
{ "name": "telegraf-ts", "version": "3.89.1", "description": "Well-Typed fork of telegraf", "license": "MIT", "author": "frontendmonster <frontendmonster@gamil.com>", "homepage": "https://github.com/frontendmonster/telegraf-ts#readme", "repository": { "type": "git", "url": "git+ssh://git@github.com/frontendmonster/telegraf-ts.git" }, "bugs": { "url": "https://github.com/frontendmonster/telegraf-ts/issues" }, "main": "telegraf.js", "files": [ "bin/*", "core/**/*.js", "scenes/**/*.js", "typings/*.d.ts", "*.js" ], "bin": { "telegraf": "./bin/telegraf" }, "scripts": { "lint": "eslint .", "test": "ava test/*", "precommit": "npm run lint && npm run typecheck && npm test", "typecheck": "tsc" }, "type": "commonjs", "engines": { "node": ">=8" }, "types": "./typings/index.d.ts", "dependencies": { "debug": "4.0.1", "minimist": "1.2.0", "module-alias": "2.2.2", "node-fetch": "2.2.0", "sandwich-stream": "2.0.1" }, "devDependencies": { "@babel/core": "^7.11.6", "@frontendmonster/eslint-config": "^4.0.4", "@types/node": "^14.11.5", "ava": "3.0.0", "eslint": "^7.10.0", "husky": "4.2.5", "np": "^6.5.0", "prettier": "^2.1.2", "typescript": "^4.0.3" }, "keywords": [ "telegraf", "typescript", "telegram", "telegram bot api", "bot", "botapi", "bot framework" ] }