-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 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
{
"name": "pibot",
"version": "1.0.0",
"description": "A telegram bot which can be used to download telegram media",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node ./build/index.js",
"build": "npm i && tsc"
},
"author": "Aman Singh",
"license": "ISC",
"dependencies": {
"@types/bytes": "3.1.1",
"@types/express": "4.17.14",
"@types/mime-types": "2.1.1",
"@types/multer": "1.4.7",
"@types/node": "18.7.18",
"@types/ramda": "0.28.15",
"@types/sqlite3": "3.1.8",
"@types/uuid": "8.3.4",
"axios": "0.27.2",
"bytes": "3.1.2",
"core-js": "^3.25.2",
"episode-parser": "^2.0.2",
"express": "4.18.1",
"input": "1.0.1",
"mime-types": "2.1.35",
"multer": "^1.4.5-lts.1",
"ngrok": "4.3.3",
"ramda": "0.28.0",
"sanitize-filename": "1.6.3",
"sqlite3": "5.1.1",
"telegraf": "4.9.2",
"telegram": "2.11.7",
"typescript": "4.8.3",
"uuid": "9.0.0"
}
}