2022-05-02 01:47:49 +00:00
|
|
|
{
|
2022-05-07 21:14:28 +00:00
|
|
|
"name": "8mb",
|
2022-06-19 00:28:18 +00:00
|
|
|
"version": "1.1.0",
|
2022-05-02 22:35:04 +00:00
|
|
|
"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-07 21:14:28 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-05-07 21:33:13 +00:00
|
|
|
"url": "https://github.com/djkato/Discord-Media-Compressor-sub-8mb.git"
|
2022-05-07 21:14:28 +00:00
|
|
|
},
|
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-07 18:45:28 +00:00
|
|
|
"build": "pkg package.json --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"
|
|
|
|
],
|
2022-05-07 21:14:28 +00:00
|
|
|
"author": "djkatovfx@gmail.com",
|
2022-05-02 01:47:49 +00:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2022-06-09 12:33:28 +00:00
|
|
|
"cli-progress": "^3.11.1",
|
2022-05-03 21:27:58 +00:00
|
|
|
"filehound": "^1.17.6",
|
2022-06-09 12:33:28 +00:00
|
|
|
"pkg": "^5.7.0",
|
2022-05-02 22:35:04 +00:00
|
|
|
"require-runtime": "^2.0.0",
|
|
|
|
"terminal-kit": "^2.4.0"
|
|
|
|
},
|
|
|
|
"pkg": {
|
2022-05-07 18:45:28 +00:00
|
|
|
"scripts": "node_modules/terminal-kit/lib/**/*.js",
|
|
|
|
"assets": "node_modules/terminal-kit/lib/**/*.json",
|
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
|
|
|
}
|