renamde to "8mb" command, compile all platforms
This commit is contained in:
parent
24a1543c2a
commit
b4ca1e1312
1 changed files with 5 additions and 3 deletions
|
@ -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",
|
"description": "helps free discord users to send any media(image, video, audio) and not get limited by discords 8mb file limit",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"DMC": "bin/index.js"
|
"8mb": "bin/index.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node bin/index.js",
|
"start": "node bin/index.js",
|
||||||
"build": "pkg . --output dist --debug",
|
"build": "pkg . --output dist/dme",
|
||||||
"test": "node fieldTest.cjs"
|
"test": "node fieldTest.cjs"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -29,7 +29,9 @@
|
||||||
"pkg": {
|
"pkg": {
|
||||||
"scripts": "bin/index.js",
|
"scripts": "bin/index.js",
|
||||||
"targets": [
|
"targets": [
|
||||||
"latest-win-x64"
|
"latest-win-x64",
|
||||||
|
"latest-macos-x64",
|
||||||
|
"latest-linux-x64"
|
||||||
],
|
],
|
||||||
"outputPath": ""
|
"outputPath": ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue