dc-cloud 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. package/bun.lock +380 -380
  2. package/package.json +59 -59
  3. package/text.txt +0 -273639
package/package.json CHANGED
@@ -1,59 +1,59 @@
1
- {
2
- "name": "dc-cloud",
3
- "version": "0.0.2",
4
- "description": "Discord-based cloud storage solution for file compression, segmentation, and backup using Discord as a backend",
5
- "type": "module",
6
- "license":"MIT",
7
- "module": "dist/index.js",
8
- "main": "dist/index.js",
9
-
10
- "author": {
11
- "name": "Neel Frostrain",
12
- "url": "https://github.com/NeelFrostrain"
13
- },
14
-
15
- "repository": {
16
- "type": "git",
17
- "url": "https://github.com/NeelFrostrain/DCloud.git"
18
- },
19
-
20
- "keywords": [
21
- "discord",
22
- "cloud-storage",
23
- "compression",
24
- "7zip",
25
- "file-backup",
26
- "bot"
27
- ],
28
-
29
- "engines": {
30
- "node": ">=18.0.0",
31
- "npm": ">=9.0.0"
32
- },
33
-
34
- "scripts": {
35
- "start": "npm run build && node dist/index.js",
36
- "dev": "nodemon --exec ts-node src/index.ts",
37
- "build": "tsc",
38
- "lint": "eslint src/**/*.ts",
39
- "type-check": "tsc --noEmit"
40
- },
41
-
42
- "dependencies": {
43
- "7zip-bin": "^5.2.0",
44
- "chalk": "^5.6.2",
45
- "discord.js": "^14.25.1"
46
- },
47
-
48
- "devDependencies": {
49
- "eslint": "^9.39.2",
50
- "globals": "^17.1.0",
51
- "jiti": "^2.6.1",
52
- "nodemon": "^3.1.11",
53
- "typescript-eslint": "^8.53.1"
54
- },
55
-
56
- "peerDependencies": {
57
- "typescript": "^5"
58
- }
59
- }
1
+ {
2
+ "name": "dc-cloud",
3
+ "version": "0.0.3",
4
+ "description": "Discord-based cloud storage solution for file compression, segmentation, and backup using Discord as a backend",
5
+ "type": "module",
6
+ "license":"MIT",
7
+ "module": "dist/index.js",
8
+ "main": "dist/index.js",
9
+
10
+ "author": {
11
+ "name": "Neel Frostrain",
12
+ "url": "https://github.com/NeelFrostrain"
13
+ },
14
+
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/NeelFrostrain/DCloud.git"
18
+ },
19
+
20
+ "keywords": [
21
+ "discord",
22
+ "cloud-storage",
23
+ "compression",
24
+ "7zip",
25
+ "file-backup",
26
+ "bot"
27
+ ],
28
+
29
+ "engines": {
30
+ "node": ">=18.0.0",
31
+ "npm": ">=9.0.0"
32
+ },
33
+
34
+ "scripts": {
35
+ "start": "npm run build && node dist/index.js",
36
+ "dev": "nodemon --exec ts-node src/index.ts",
37
+ "build": "tsc",
38
+ "lint": "eslint src/**/*.ts",
39
+ "type-check": "tsc --noEmit"
40
+ },
41
+
42
+ "dependencies": {
43
+ "7zip-bin": "^5.2.0",
44
+ "chalk": "^5.6.2",
45
+ "discord.js": "^14.25.1"
46
+ },
47
+
48
+ "devDependencies": {
49
+ "eslint": "^9.39.2",
50
+ "globals": "^17.1.0",
51
+ "jiti": "^2.6.1",
52
+ "nodemon": "^3.1.11",
53
+ "typescript-eslint": "^8.53.1"
54
+ },
55
+
56
+ "peerDependencies": {
57
+ "typescript": "^5"
58
+ }
59
+ }