-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 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
{
"author": {
"email": "[email protected]",
"name": "Khushraj Rathod"
},
"dependencies": {
"airgram": "latest",
"chokidar": "^3.4.3",
"electron-log": "latest",
"electron-store": "latest",
"electron-updater": "^4.3.5",
"ncp": "latest"
},
"description": "An app that lets you automatically backup to Telegram Saved Messages",
"devDependencies": {
"electron": "12.0.9",
"electron-builder": "latest"
},
"homepage": "https://teledrive.khushrajrathod.com",
"keywords": [
"TeleDrive",
"telegram",
"telegram client",
"tdlib"
],
"license": "GPL-3.0",
"main": "src/app.js",
"name": "teledrive",
"productName": "TeleDrive",
"repository": "https://github.com/khrj/teledrive",
"scripts": {
"pack": "electron-builder --dir",
"dist": "electron-builder",
"start": "electron .",
"vercel-build": "rm -rf website-build && cp -rf website/out website-build && (cd docs/ && yarn && yarn build)"
},
"version": "1.2.2"
}