forked from albertincx/formatbot1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.45 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.45 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "instantviewbot",
"version": "1.2.0",
"description": "Telegram Bot For InstantView",
"author": "Al <albertincx@gmail.com>",
"main": "src/index.js",
"private": false,
"license": "MIT",
"engines": {
"yarn": "*",
"node": ">=18.0.0"
},
"scripts": {
"precommit": "yarn lint",
"start": "NODE_ENV=production node ./src/index.js",
"dev": "NODE_ENV=production nodemon ./src/index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:/albertincx/formatbot1.git"
},
"keywords": [
"intstantview",
"corsabot",
"format",
"parsehtml",
"parser",
"bot",
"telegrambot"
],
"dependencies": {
"@mozilla/readability": "^0.5.0",
"@postlight/parser": "^2.2.3",
"amqplib": "^0.10.4",
"atob": "^2.1.2",
"co": "^4.6.0",
"cron": "^3.1.7",
"dayjs": "^1.11.11",
"dotenv-safe": "^9.1.0",
"express": "^4.19.2",
"is-image": "^3.1.0",
"is-image-url": "^1.1.8",
"is-url": "^1.2.4",
"jsbn": "^1.1.0",
"jsdom": "^24.1.0",
"lodash": "^4.17.21",
"mongoose": "^8.4.1",
"nodemon": "^3.1.3",
"pdfjs-dist": "^4.9.155",
"puppeteer": "^22.10.0",
"sanitize-html": "^2.13.0",
"showdown": "^2.1.0",
"statuses": "^2.0.1",
"sync-request": "^6.1.0",
"telegraf": "4.16.3",
"tgsend": "^0.0.7",
"trace-unhandled": "^2.0.1",
"undici": "^6.18.2",
"wget-improved": "^3.4.0"
},
"devDependencies": {
"ava": "6.2.0"
}
}