renamde to "8mb" command, compile all platforms

This commit is contained in:
Djkato 2022-05-05 01:02:13 +02:00
parent 24a1543c2a
commit b4ca1e1312

View file

@ -4,11 +4,11 @@
"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"
"8mb": "bin/index.js"
},
"scripts": {
"start": "node bin/index.js",
"build": "pkg . --output dist --debug",
"build": "pkg . --output dist/dme",
"test": "node fieldTest.cjs"
},
"keywords": [
@ -29,7 +29,9 @@
"pkg": {
"scripts": "bin/index.js",
"targets": [
"latest-win-x64"
"latest-win-x64",
"latest-macos-x64",
"latest-linux-x64"
],
"outputPath": ""
}