Bumps [comment-json](https://github.com/kaelzhang/node-comment-json) from 4.3.0 to 4.4.1. - [Release notes](https://github.com/kaelzhang/node-comment-json/releases) - [Commits](https://github.com/kaelzhang/node-comment-json/compare/4.3.0...4.4.1) --- updated-dependencies: - dependency-name: comment-json dependency-version: 4.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "minecraft-bedrock-schemas",
|
|
"version": "1.21.73-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": "eslint",
|
|
"postversion": "git push && git push --tags",
|
|
"prepublishOnly": "npm test",
|
|
"pretest": "npm run compile",
|
|
"preversion": "",
|
|
"test": "jest",
|
|
"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": {
|
|
"@eslint/js": "^9.14.0",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^24.7.0",
|
|
"comment-json": "^4.4.1",
|
|
"eslint": "^9.14.0",
|
|
"eslint-plugin-jest": "^28.9.0",
|
|
"ts-jest": "^29.4.4",
|
|
"ts-loader": "^9.5.4",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.13.0",
|
|
"vscode": "^1.1.37"
|
|
},
|
|
"dependencies": {
|
|
"fast-glob": "^3.3.2",
|
|
"vscode-json-languageservice": "^5.6.2"
|
|
}
|
|
}
|