2022-05-02 01:47:49 +00:00
|
|
|
{
|
|
|
|
"name": "discord-media-compressor-8mb",
|
2022-05-02 22:35:04 +00:00
|
|
|
"version": "1.0.1",
|
|
|
|
"description": "helps free discord users to send any media(image, video, audio) and not get limited by discords 8mb file limit",
|
2022-05-02 01:47:49 +00:00
|
|
|
"main": "index.js",
|
2022-05-02 22:35:04 +00:00
|
|
|
"bin": "./index.js",
|
2022-05-02 01:47:49 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js",
|
2022-05-02 22:35:04 +00:00
|
|
|
"build": "pkg -t --compress GZip package.json"
|
2022-05-02 01:47:49 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"discord",
|
|
|
|
"media",
|
|
|
|
"encoder",
|
|
|
|
"ffmpeg"
|
|
|
|
],
|
|
|
|
"author": "djkato",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"cli-progress": "^3.11.0",
|
2022-05-02 22:35:04 +00:00
|
|
|
"pkg": "^5.6.0",
|
|
|
|
"require-runtime": "^2.0.0",
|
|
|
|
"terminal-kit": "^2.4.0"
|
|
|
|
},
|
|
|
|
"pkg": {
|
|
|
|
"scripts": "index.js",
|
|
|
|
"targets": [
|
|
|
|
"latest-win-x64"
|
|
|
|
],
|
|
|
|
"outputPath": ""
|
2022-05-02 01:47:49 +00:00
|
|
|
}
|
2022-05-02 22:35:04 +00:00
|
|
|
}
|