-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 856 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 856 Bytes
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
{
"name": "nodejs",
"version": "1.0.0",
"note": "This script is free, make sure doesnt buy from who sell it",
"description": "Advanced telegram bot, intergrated with DashX API and easy to use",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node index.js ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^22.13.11",
"axios": "^1.13.2",
"chalk": "^4.1.2",
"file-type": "^16.5.4",
"lodash": "^4.17.21",
"human-readable": "*",
"node-schedule": "*",
"mongoose": "^6.0.14",
"notmebotz-tools": "*",
"node-fetch": "*",
"yt-search": "*",
"lowdb": "^2.1.0",
"moment-timezone": "^0.6.0",
"telegraf": "*",
"steno": "^0.4.4",
"syntax-error": "^1.4.0"
}
}