Files
minecraft-bedrock-json-schemas/package.json
dependabot[bot] 3beb0c74b6 build(deps): bump the all group with 3 updates
Bumps the all group with 3 updates: [vscode-json-languageservice](https://github.com/Microsoft/vscode-json-languageservice), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [chai](https://github.com/chaijs/chai).


Updates `vscode-json-languageservice` from 5.3.7 to 5.3.9
- [Changelog](https://github.com/microsoft/vscode-json-languageservice/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/vscode-json-languageservice/compare/v5.3.7...v5.3.9)

Updates `@types/node` from 20.11.5 to 20.11.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `chai` from 5.0.0 to 5.0.3
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v5.0.0...v5.0.3)

---
updated-dependencies:
- dependency-name: vscode-json-languageservice
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 18:23:04 +00:00

56 lines
1.5 KiB
JSON

{
"name": "minecraft-bedrock-schemas",
"version": "1.20.32-0",
"description": "The unit test for minecraft-bedrock-schemas",
"main": "./lib/src/main.js",
"types": "./lib/src/main.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rimraf lib",
"compile": "tsc -b",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "exit 0",
"postversion": "git push && git push --tags",
"prepublishOnly": "npm test",
"pretest": "npm run compile",
"preversion": "",
"test": "mocha --debug-brk",
"version": "git add -A src",
"watch": "tsc -w -p ./src"
},
"repository": {
"compile": "tsc -b",
"type": "git",
"url": "git+https://github.com/Blockception/Minecraft-bedrock-json-schemas.git"
},
"keywords": [
"unittest"
],
"author": "Blockception ltd",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Blockception/Minecraft-bedrock-json-schemas/issues"
},
"homepage": "https://github.com/Blockception/Minecraft-bedrock-json-schemas#readme",
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.16",
"chai": "^5.0.3",
"comment-json": "^4.2.3",
"json-loader": "^0.5.7",
"mocha": "^10.2.0",
"ts-loader": "^9.5.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"fast-glob": "^3.3.2",
"vscode-json-languageservice": "^5.3.9"
}
}