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-03 21:27:58 +00:00
|
|
|
"bin": {
|
2022-05-04 23:02:13 +00:00
|
|
|
"8mb": "bin/index.js"
|
2022-05-03 21:27:58 +00:00
|
|
|
},
|
2022-05-02 01:47:49 +00:00
|
|
|
"scripts": {
|
2022-05-03 21:27:58 +00:00
|
|
|
"start": "node bin/index.js",
|
2022-05-04 23:08:30 +00:00
|
|
|
"build": "pkg . --output dist/8mb",
|
2022-05-03 21:27:58 +00:00
|
|
|
"test": "node fieldTest.cjs"
|
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-03 21:27:58 +00:00
|
|
|
"filehound": "^1.17.6",
|
2022-05-02 22:35:04 +00:00
|
|
|
"pkg": "^5.6.0",
|
|
|
|
"require-runtime": "^2.0.0",
|
|
|
|
"terminal-kit": "^2.4.0"
|
|
|
|
},
|
|
|
|
"pkg": {
|
2022-05-04 20:35:15 +00:00
|
|
|
"scripts": "bin/index.js",
|
2022-05-02 22:35:04 +00:00
|
|
|
"targets": [
|
2022-05-04 23:02:13 +00:00
|
|
|
"latest-win-x64",
|
|
|
|
"latest-macos-x64",
|
|
|
|
"latest-linux-x64"
|
2022-05-02 22:35:04 +00:00
|
|
|
],
|
|
|
|
"outputPath": ""
|
2022-05-02 01:47:49 +00:00
|
|
|
}
|
2022-05-02 22:35:04 +00:00
|
|
|
}
|