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

43 lines
1 KiB
JSON
Raw Normal View History

2022-05-02 01:47:49 +00:00
{
2022-05-07 21:14:28 +00:00
"name": "8mb",
2022-07-24 17:46:48 +00:00
"version": "1.1.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",
2022-05-07 21:14:28 +00:00
"repository": {
"type": "git",
"url": "https://github.com/djkato/Discord-Media-Compressor-sub-8mb.git"
2022-05-07 21:14:28 +00:00
},
"bin": {
"8mb": "bin/index.js"
},
2022-05-02 01:47:49 +00:00
"scripts": {
"start": "node bin/index.js",
2022-05-07 18:45:28 +00:00
"build": "pkg package.json --output dist/8mb",
"test": "node fieldTest.cjs"
2022-05-02 01:47:49 +00:00
},
"keywords": [
"discord",
"media",
"encoder",
"ffmpeg"
],
2022-05-07 21:14:28 +00:00
"author": "djkatovfx@gmail.com",
2022-05-02 01:47:49 +00:00
"license": "ISC",
"dependencies": {
2022-06-09 12:33:28 +00:00
"cli-progress": "^3.11.1",
"filehound": "^1.17.6",
2022-06-09 12:33:28 +00:00
"pkg": "^5.7.0",
"require-runtime": "^2.0.0",
"terminal-kit": "^2.4.0"
},
"pkg": {
2022-05-07 18:45:28 +00:00
"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": ""
2022-05-02 01:47:49 +00:00
}
}