Files
node-minecraft-data/package.json
dependabot[bot] 9a5dc8725f Bump @types/node from 22.15.33 to 24.0.4 (#398)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.33 to 24.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.0.4
  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>
2025-06-29 15:20:06 +02:00

46 lines
1.3 KiB
JSON

{
"name": "minecraft-data",
"version": "3.90.0",
"description": "Provide easy access to minecraft data in node.js",
"main": "index.js",
"tonicExampleFilename": "example.js",
"scripts": {
"generate:types": "node typings/generate-typings.js",
"generate:data": "node ./bin/generate_data.js",
"test:types": "tsc typings/test-typings && node typings/test-typings.js",
"test": "npm run generate:types && npm run generate:data && npm run lint && npm run test:types && mocha",
"lint": "standard",
"prepare": "npm run generate:data && npm run generate:types",
"fix": "standard --fix"
},
"standard": {
"ignore": [
"minecraft-data/**/*.js"
]
},
"repository": {
"type": "git",
"url": "git@github.com:PrismarineJS/node-minecraft-data.git"
},
"keywords": [
"minecraft",
"data",
"node.js"
],
"author": "Romain Beaumont <romain.rom1@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrismarineJS/node-minecraft-data/issues"
},
"devDependencies": {
"minecraft-data": ".",
"@types/node": "^24.0.4",
"json-schema-to-typescript": "11.0.5",
"minecraft-packets": "^1.4.0",
"mocha": "^11.0.1",
"standard": "^17.0.0",
"typescript": "~5.8.3"
},
"dependencies": {}
}