Discord-Media-Compressor-su.../package.json

43 lines
No EOL
1 KiB
JSON

{
"name": "8mb",
"version": "1.0.126",
"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/djkato/Discord-Media-Compressor-sub-8mb.git"
},
"bin": {
"8mb": "bin/index.js"
},
"scripts": {
"start": "node bin/index.js",
"build": "pkg package.json --output dist/8mb",
"test": "node fieldTest.cjs"
},
"keywords": [
"discord",
"media",
"encoder",
"ffmpeg"
],
"author": "djkatovfx@gmail.com",
"license": "ISC",
"dependencies": {
"cli-progress": "^3.11.1",
"filehound": "^1.17.6",
"pkg": "^5.7.0",
"require-runtime": "^2.0.0",
"terminal-kit": "^2.4.0"
},
"pkg": {
"scripts": "node_modules/terminal-kit/lib/**/*.js",
"assets": "node_modules/terminal-kit/lib/**/*.json",
"targets": [
"latest-win-x64",
"latest-macos-x64",
"latest-linux-x64"
],
"outputPath": ""
}
}