node-minecraft-protocol/package.json
dependabot[bot] c9a6484a09
Bump mocha from 8.4.0 to 9.0.0 (#860)
Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v9.0.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-16 22:45:45 +02:00

66 lines
1.8 KiB
JSON

{
"name": "minecraft-protocol",
"version": "1.25.0",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/PrismarineJS/node-minecraft-protocol.git"
},
"scripts": {
"prepare": "npm install require-self && require-self",
"test": "mocha --recursive --reporter spec --exit -i -g \"Test version\"",
"test-non-par": "mocha --recursive --reporter spec --exit -g \"Test version\"",
"lint": "standard",
"fix": "standard --fix",
"pretest": "npm run lint",
"prepublishOnly": "cp docs/README.md README.md"
},
"keywords": [
"minecraft",
"protocol",
"parse",
"serialize",
"packet",
"authentication",
"encrypton",
"bot"
],
"author": "Andrew Kelley",
"license": "BSD-3-Clause",
"engines": {
"node": ">=6"
},
"browser": "src/browser.js",
"devDependencies": {
"@types/node": "^15.0.1",
"espower-loader": "^1.0.0",
"intelli-espower-loader": "^1.0.0",
"minecraft-packets": "^1.1.5",
"minecraft-wrap": "^1.2.3",
"mocha": "^9.0.0",
"power-assert": "^1.0.0",
"require-self": "^0.2.3",
"standard": "^16.0.1"
},
"dependencies": {
"@azure/msal-node": "^1.0.0-beta.3",
"@xboxreplay/xboxlive-auth": "^3.3.3",
"aes-js": "^3.1.2",
"buffer-equal": "^1.0.0",
"debug": "^4.1.0",
"endian-toggle": "^0.0.0",
"lodash.get": "^4.1.2",
"lodash.merge": "^4.3.0",
"minecraft-data": "^2.84.0",
"minecraft-folder-path": "^1.1.0",
"node-fetch": "^2.6.1",
"node-rsa": "^0.4.2",
"prismarine-nbt": "^1.3.0",
"protodef": "^1.8.0",
"readable-stream": "^3.0.6",
"uuid-1345": "^1.0.1",
"yggdrasil": "^1.4.0"
}
}