-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from Enchoseon/experimental/1.19.4
merge Experimental/1.19.4
- Loading branch information
Showing
13 changed files
with
553 additions
and
423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
auto-install-peers=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,46 @@ | ||
{ | ||
"name": "2based2wait", | ||
"version": "1.0.5-beta.1", | ||
"description": "Lightweight and extensible proxy for 2B2T.", | ||
"main": "proxy.js", | ||
"scripts": { | ||
"test": "mocha --exit --bail", | ||
"testLocal": "CI=true mocha --exit --bail", | ||
"start": "node proxy.js", | ||
"supervisor": "supervisor -n success proxy.js", | ||
"supervisorAllGasNoBrakes": "supervisor proxy.js", | ||
"generate-documentation": "node proxy.js --documentation", | ||
"process-archives": "node ./scripts/processArchives.js", | ||
"update-ngrok-binary": "node ./scripts/updateNgrokBinary.js", | ||
"debug-info": "node ./scripts/debugFetch.js", | ||
"lint": "eslint --ext .js" | ||
}, | ||
"author": "Enchoseon", | ||
"license": "GPL-2.0", | ||
"dependencies": { | ||
"@rob9315/mcproxy": "^1.0.0", | ||
"deepmerge": "^4.3.0", | ||
"joi": "^17.6.0", | ||
"json5": "^2.2.3", | ||
"minecraft-data": "^3.26.0", | ||
"minecraft-protocol": "^1.40.3", | ||
"mineflayer-antiafk": "github:Etiaro/mineflayer-antiafk", | ||
"mineflayer-auto-eat": "^3.3.0", | ||
"ngrok": "^4.3.1", | ||
"node-fetch": "^2.6.9", | ||
"node-notifier": "^10.0.1", | ||
"prismarine-chat": "^1.8.0", | ||
"prismarine-provider-anvil": "^2.7.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.33.0", | ||
"eslint-plugin-jsdoc": "^39.8.0", | ||
"mocha": "^10.2.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Enchoseon/2based2wait.git" | ||
} | ||
} | ||
{ | ||
"name": "2based2wait", | ||
"version": "1.0.5-beta.1", | ||
"description": "Lightweight and extensible proxy for 2B2T.", | ||
"main": "proxy.js", | ||
"scripts": { | ||
"test": "mocha --exit --bail", | ||
"testLocal": "CI=true mocha --exit --bail", | ||
"start": "node proxy.js", | ||
"supervisor": "supervisor -n success proxy.js", | ||
"supervisorAllGasNoBrakes": "supervisor proxy.js", | ||
"generate-documentation": "node proxy.js --documentation", | ||
"process-archives": "node ./scripts/processArchives.js", | ||
"update-ngrok-binary": "node ./scripts/updateNgrokBinary.js", | ||
"debug-info": "node ./scripts/debugFetch.js", | ||
"lint": "eslint --ext .js" | ||
}, | ||
"author": "Enchoseon", | ||
"license": "GPL-2.0", | ||
"dependencies": { | ||
"@icetank/mcproxy": "^1.0.6", | ||
"deepmerge": "^4.3.1", | ||
"joi": "^17.12.2", | ||
"json5": "^2.2.3", | ||
"minecraft-data": "^3.62.0", | ||
"minecraft-protocol": "^1.47.0", | ||
"mineflayer": "^4.20.0", | ||
"mineflayer-antiafk": "github:Etiaro/mineflayer-antiafk", | ||
"mineflayer-auto-eat": "^3.3.6", | ||
"ngrok": "^4.3.3", | ||
"node-fetch": "^2.7.0", | ||
"node-notifier": "^10.0.1", | ||
"prismarine-chat": "^1.10.0", | ||
"prismarine-provider-anvil": "^2.7.0", | ||
"typescript": "^5.3.3" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-jsdoc": "^39.9.1", | ||
"mocha": "^10.3.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Enchoseon/2based2wait.git" | ||
} | ||
} |
Oops, something went wrong.