@nightowne/tas-cli 2.4.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@nightowne/tas-cli",
3
- "version": "2.4.0",
4
- "description": "Telegram as Storage - Automated encrypted cloud backup. Free, encrypted, scriptable. Mount as folder or use with cron/Docker.",
3
+ "version": "3.0.0",
4
+ "description": "Experimental local-first encrypted file transport over Telegram bots with resumable chunks, index recovery, and Linux FUSE mount",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
7
7
  "bin": {
8
- "tas": "./src/cli.js"
8
+ "tas": "src/cli.js"
9
9
  },
10
10
  "scripts": {
11
11
  "start": "node src/cli.js",
@@ -15,15 +15,18 @@
15
15
  },
16
16
  "keywords": [
17
17
  "telegram",
18
+ "telegram-bot",
18
19
  "storage",
19
20
  "cloud",
20
21
  "encryption",
22
+ "end-to-end-encryption",
21
23
  "backup",
24
+ "offsite-backup",
22
25
  "sync",
23
26
  "fuse",
24
27
  "mount",
25
- "free-storage",
26
28
  "file-manager",
29
+ "file-sharing",
27
30
  "cli"
28
31
  ],
29
32
  "author": "ixchio",
@@ -40,6 +43,9 @@
40
43
  "src/",
41
44
  "systemd/",
42
45
  "README.md",
46
+ "QUICKSTART.md",
47
+ "FAQ.md",
48
+ "CHANGELOG.md",
43
49
  "LICENSE"
44
50
  ],
45
51
  "dependencies": {
@@ -47,7 +53,7 @@
47
53
  "chalk": "^5.3.0",
48
54
  "commander": "^12.1.0",
49
55
  "inquirer": "^12.2.0",
50
- "node-telegram-bot-api": "^0.66.0",
56
+ "node-telegram-bot-api": "^1.1.2",
51
57
  "ora": "^8.1.1"
52
58
  },
53
59
  "optionalDependencies": {