@nightowne/tas-cli 2.4.1 → 3.0.1

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,29 +1,33 @@
1
1
  {
2
2
  "name": "@nightowne/tas-cli",
3
- "version": "2.4.1",
4
- "description": "Turn Telegram into unlimited free cloud storage ($0/month forever) • AES-256-GCM encryption • FUSE mount • CLI-first • Zero-knowledge • No signup required",
3
+ "version": "3.0.1",
4
+ "description": "Experimental local-first encrypted file transport over Telegram bots with resumable chunks, index recovery, and 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",
12
12
  "init": "node src/cli.js init",
13
13
  "test": "node --test tests/*.test.js",
14
- "prepublishOnly": "npm test"
14
+ "prepublishOnly": "npm test",
15
+ "postinstall": "node src/fuse/macfuse.cjs"
15
16
  },
16
17
  "keywords": [
17
18
  "telegram",
19
+ "telegram-bot",
18
20
  "storage",
19
21
  "cloud",
20
22
  "encryption",
23
+ "end-to-end-encryption",
21
24
  "backup",
25
+ "offsite-backup",
22
26
  "sync",
23
27
  "fuse",
24
28
  "mount",
25
- "free-storage",
26
29
  "file-manager",
30
+ "file-sharing",
27
31
  "cli"
28
32
  ],
29
33
  "author": "ixchio",
@@ -40,6 +44,9 @@
40
44
  "src/",
41
45
  "systemd/",
42
46
  "README.md",
47
+ "QUICKSTART.md",
48
+ "FAQ.md",
49
+ "CHANGELOG.md",
43
50
  "LICENSE"
44
51
  ],
45
52
  "dependencies": {