37 lines
No EOL
792 B
JSON
37 lines
No EOL
792 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": "node bin/index.js"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node bin/index.js",
|
|
"build": "pkg .",
|
|
"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": "index.js",
|
|
"targets": [
|
|
"latest-win-x64"
|
|
],
|
|
"outputPath": ""
|
|
}
|
|
} |