-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "telegraf-encommands",
"author": "Mohammed Al-Qurafi",
"version": "2.0.1",
"description": "Enhanced command manager middleware for Telegraf.js",
"license": "MIT",
"keywords": [
"telegraf",
"telegram",
"middleware",
"bot"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"qtest": "jest",
"test": "jest --coverage",
"dev": "tsc -w",
"prepublishOnly": "tsc"
},
"files": [
"lib/*.js",
"lib/*.d.ts",
"LICENSE",
"README.md"
],
"engines": {
"node": ">=12"
},
"dependencies": {},
"devDependencies": {
"jest-jasmine2": "^27.4.6",
"@types/debug": "^4.1.7",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"aws-sdk": "^2.1053.0",
"debug": "^4.3.3",
"dotenv": "^10.0.0",
"dynamo-kvstore": "^1.0.2",
"eslint": "^8.6.0",
"jest": "^27.4.7",
"telegraf": "^4.5.2",
"telegram-typings": "^5.0.0",
"tsc-watch": "^4.6.0",
"typescript": "^4.5.4"
},
"homepage": "https://github.com/mhmd-22/telegraf-encommands#readme",
"bugs": {
"url": "https://github.com/mhmd-22/telegraf-encommands/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mhmd-22/telegraf-encommands.git"
}
}