parent
01575ecd6f
commit
0f0d064b13
1 changed files with 6 additions and 6 deletions
12
package.json
12
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bedrock-protocol",
|
||||
"version": "3.2.2",
|
||||
"version": "3.2.1",
|
||||
"description": "Minecraft Bedrock Edition protocol library",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
"minecraft-folder-path": "^1.1.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"prismarine-nbt": "^1.5.0",
|
||||
"protodef": "npm:protodef-compiler-fix@latest",
|
||||
"protodef": "github:extremeheat/node-protodef#vars",
|
||||
"smart-buffer": "^4.1.0",
|
||||
"uuid-1345": "^1.0.2"
|
||||
},
|
||||
|
|
@ -39,13 +39,13 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.13.10",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"bedrock-protocol": "file:.",
|
||||
"bedrock-provider": "^1.0.0",
|
||||
"leveldb-zlib": "^0.0.26",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"mocha": "^8.3.2",
|
||||
"protodef-yaml": "^1.1.0",
|
||||
"standard": "^16.0.3"
|
||||
"standard": "^16.0.3",
|
||||
"leveldb-zlib": "^0.0.26",
|
||||
"bedrock-protocol": "file:."
|
||||
},
|
||||
"standard": {
|
||||
"parser": "babel-eslint"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue