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

38 lines
No EOL
841 B
JSON

{
"name": "discord-media-compressor-8mb",
"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",
"main": "index.js",
"bin": {
"8mb": "bin/index.js"
},
"scripts": {
"start": "node bin/index.js",
"build": "pkg . --output dist/dme",
"test": "node fieldTest.cjs"
},
"keywords": [
"discord",
"media",
"encoder",
"ffmpeg"
],
"author": "djkato",
"license": "ISC",
"dependencies": {
"cli-progress": "^3.11.0",
"filehound": "^1.17.6",
"pkg": "^5.6.0",
"require-runtime": "^2.0.0",
"terminal-kit": "^2.4.0"
},
"pkg": {
"scripts": "bin/index.js",
"targets": [
"latest-win-x64",
"latest-macos-x64",
"latest-linux-x64"
],
"outputPath": ""
}
}