-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.43 KB
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
{
"name": "dailyaya-telegram-chatbot",
"version": "2025.07.10-2026",
"description": "t.me/DailyAyaBot sends one random Aya from Quran everyday and when requested.",
"type": "module",
"main": "src/app.js",
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"start": "node src/app.js",
"lint": "npx eslint .",
"format": "npx prettier --write ."
},
"keywords": [
"telegram",
"bot",
"chatbot",
"Quran",
"Aya",
"Daily",
"recite"
],
"repository": {
"type": "git",
"url": "https://github.com/DailyAya/telegram.git"
},
"author": "m.Sherbeeny.com",
"license": "ISC",
"dependencies": {
"axios": "^0.21.3",
"express": "^5.0.0",
"mongodb": "^6.0.0",
"rasmify.js": "^1.0.1",
"telegraf": "^4.8.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-jest": "^29.0.0",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.0",
"jest": "^29.0.0",
"msw": "^2.10.3",
"prettier": "^3.0.0",
"supertest": "^6.0.0"
},
"bugs": {
"url": "https://github.com/DailyAya/telegram/issues"
},
"homepage": "https://github.com/DailyAya/telegram#readme",
"version_timezone": "Africa/Cairo"
}