This commit is contained in:
Djkato 2022-05-07 23:14:28 +02:00
parent e9c4cf1e68
commit e4d20d2768
2 changed files with 12 additions and 8 deletions

8
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "discord-media-compressor-8mb", "name": "8mb",
"version": "1.0.1", "version": "1.0.11",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "discord-media-compressor-8mb", "name": "8mb",
"version": "1.0.1", "version": "1.0.11",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"cli-progress": "^3.11.0", "cli-progress": "^3.11.0",

View file

@ -1,8 +1,12 @@
{ {
"name": "discord-media-compressor-8mb", "name": "8mb",
"version": "1.0.1", "version": "1.0.11",
"description": "helps free discord users to send any media(image, video, audio) and not get limited by discords 8mb file limit", "description": "helps free discord users to send any media(image, video, audio) and not get limited by discords 8mb file limit",
"main": "index.js", "main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/your-user/repo-url.git"
},
"bin": { "bin": {
"8mb": "bin/index.js" "8mb": "bin/index.js"
}, },
@ -17,7 +21,7 @@
"encoder", "encoder",
"ffmpeg" "ffmpeg"
], ],
"author": "djkato", "author": "djkatovfx@gmail.com",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"cli-progress": "^3.11.0", "cli-progress": "^3.11.0",