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

38 lines
841 B
JSON
Raw Normal View History

2022-05-02 01:47:49 +00:00
{
"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",
2022-05-02 01:47:49 +00:00
"main": "index.js",
"bin": {
"8mb": "bin/index.js"
},
2022-05-02 01:47:49 +00:00
"scripts": {
"start": "node bin/index.js",
2022-05-04 23:08:30 +00:00
"build": "pkg . --output dist/8mb",
"test": "node fieldTest.cjs"
2022-05-02 01:47:49 +00:00
},
"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": {
2022-05-04 20:35:15 +00:00
"scripts": "bin/index.js",
"targets": [
"latest-win-x64",
"latest-macos-x64",
"latest-linux-x64"
],
"outputPath": ""
2022-05-02 01:47:49 +00:00
}
}