Discord-Media-Compressor-su.../package.json
2022-05-04 22:35:15 +02:00

37 lines
No EOL
813 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": {
"DMC": "bin/index.js"
},
"type": "module",
"scripts": {
"start": "node bin/index.js",
"build": "pkg . --output dist --debug",
"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"
],
"outputPath": ""
}
}