Skip to content

Commit

Permalink
Added packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCis committed Sep 4, 2020
1 parent 6000638 commit 47ae251
Show file tree
Hide file tree
Showing 3 changed files with 2,062 additions and 54 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ npm-debug.log*
.DS_Store

node_modules
dist

.*.sw*
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
"author": "Nicolas Cisco",
"license": "MIT",
"scripts": {
"format": "prettier --write src/**/*.js"
"format": "prettier --write src/**/*.js",
"package": "nexe src/index.js",
"package:linux": "yarn package -t linux -o dist/among-us-proxy",
"package:windows": "yarn package -t windows -o dist/among-us-proxy.exe"
},
"dependencies": {
"websocket": "^1.0.32",
"yargs": "^15.4.1"
},
"devDependencies": {
"nexe": "^3.3.7",
"prettier": "^2.1.1"
}
}
Loading

0 comments on commit 47ae251

Please sign in to comment.