bedrock-protocol/package.json
dependabot-preview[bot] 93b4da32da
Bump uuid-1345 from 0.99.7 to 1.0.1
Bumps [uuid-1345](https://github.com/scravy/uuid-1345) from 0.99.7 to 1.0.1.
- [Release notes](https://github.com/scravy/uuid-1345/releases)
- [Commits](https://github.com/scravy/uuid-1345/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-17 09:56:09 +00:00

35 lines
868 B
JSON

{
"name": "pocket-minecraft-protocol",
"version": "2.2.3",
"description": "Parse and serialize Minecraft PE packets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"minecraft",
"pocket-edition",
"protocol"
],
"author": "mhsjlw <mhsjlw@aol.com>",
"contributors": [
"rom1504"
],
"license": "MIT",
"dependencies": {
"minecraft-data": "^2.4.0",
"prismarine-nbt": "^1.0.0",
"protodef": "^1.2.0",
"raknet": "^1.7.3",
"uuid-1345": "^1.0.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mhsjlw/pocket-minecraft-protocol.git"
},
"bugs": {
"url": "https://github.com/mhsjlw/pocket-minecraft-protocol/issues"
},
"homepage": "https://github.com/mhsjlw/pocket-minecraft-protocol#readme"
}