{ "name": "minecraft-bedrock-schemas", "version": "1.0.0", "description": "The unit test for minecraft-bedrock-schemas", "main": "./lib/src/main.js", "types": "./lib/src/main.d.ts", "directories": { "test": "test" }, "scripts": { "compile": "tsc -b", "build": "npm run clean && npm run compile", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "test": "mocha --debug-brk", "clean": "rimraf lib", "pretest": "npm run compile", "prepublishOnly": "npm test", "preversion": "", "postversion": "git push && git push --tags", "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.0", "@types/mocha": "^9.1.0", "@types/node": "^17.0.23", "chai": "^4.3.6", "json-loader": "^0.5.7", "mocha": "^9.2.2", "ts-loader": "^9.2.8", "ts-node": "^10.7.0", "typescript": "^4.6.3" }, "dependencies": { "fast-glob": "^3.2.11", "vscode-json-languageservice": "^4.2.1" } }