{ "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" } }