++
This commit is contained in:
parent
e9c4cf1e68
commit
e4d20d2768
2 changed files with 12 additions and 8 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "discord-media-compressor-8mb",
|
||||
"version": "1.0.1",
|
||||
"name": "8mb",
|
||||
"version": "1.0.11",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "discord-media-compressor-8mb",
|
||||
"version": "1.0.1",
|
||||
"name": "8mb",
|
||||
"version": "1.0.11",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"cli-progress": "^3.11.0",
|
||||
|
|
10
package.json
10
package.json
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
"name": "discord-media-compressor-8mb",
|
||||
"version": "1.0.1",
|
||||
"name": "8mb",
|
||||
"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",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/your-user/repo-url.git"
|
||||
},
|
||||
"bin": {
|
||||
"8mb": "bin/index.js"
|
||||
},
|
||||
|
@ -17,7 +21,7 @@
|
|||
"encoder",
|
||||
"ffmpeg"
|
||||
],
|
||||
"author": "djkato",
|
||||
"author": "djkatovfx@gmail.com",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"cli-progress": "^3.11.0",
|
||||
|
|
Loading…
Reference in a new issue