2021-08-18 17:11:09 +02:00
|
|
|
{
|
|
|
|
|
"name": "minecraft-bedrock-schemas",
|
2025-05-05 19:45:21 +02:00
|
|
|
"version": "1.21.73-0",
|
2021-08-18 17:11:09 +02:00
|
|
|
"description": "The unit test for minecraft-bedrock-schemas",
|
2021-08-18 21:21:29 +02:00
|
|
|
"main": "./lib/src/main.js",
|
|
|
|
|
"types": "./lib/src/main.d.ts",
|
2021-08-18 17:11:09 +02:00
|
|
|
"directories": {
|
|
|
|
|
"test": "test"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2021-08-18 21:03:39 +02:00
|
|
|
"build": "npm run clean && npm run compile",
|
|
|
|
|
"clean": "rimraf lib",
|
2022-06-21 19:14:57 +02:00
|
|
|
"compile": "tsc -b",
|
|
|
|
|
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
|
2024-11-09 10:08:30 +01:00
|
|
|
"lint": "eslint",
|
2022-06-21 19:14:57 +02:00
|
|
|
"postversion": "git push && git push --tags",
|
2021-08-18 21:03:39 +02:00
|
|
|
"prepublishOnly": "npm test",
|
2022-06-21 19:14:57 +02:00
|
|
|
"pretest": "npm run compile",
|
2021-08-18 21:03:39 +02:00
|
|
|
"preversion": "",
|
2024-11-09 10:08:30 +01:00
|
|
|
"test": "jest",
|
2021-08-18 21:03:39 +02:00
|
|
|
"version": "git add -A src",
|
|
|
|
|
"watch": "tsc -w -p ./src"
|
2021-08-18 17:11:09 +02:00
|
|
|
},
|
|
|
|
|
"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": {
|
2024-11-09 10:08:30 +01:00
|
|
|
"@eslint/js": "^9.14.0",
|
|
|
|
|
"@types/eslint__js": "^8.42.3",
|
|
|
|
|
"@types/jest": "^29.5.14",
|
2025-10-21 09:08:45 +02:00
|
|
|
"@types/node": "^24.9.0",
|
2025-10-06 21:47:40 +02:00
|
|
|
"comment-json": "^4.4.1",
|
2024-11-09 10:08:30 +01:00
|
|
|
"eslint": "^9.14.0",
|
|
|
|
|
"eslint-plugin-jest": "^28.9.0",
|
2025-10-14 08:54:57 +02:00
|
|
|
"ts-jest": "^29.4.5",
|
2025-08-28 19:58:17 +02:00
|
|
|
"ts-loader": "^9.5.4",
|
2024-02-02 10:38:11 +01:00
|
|
|
"ts-node": "^10.9.1",
|
2025-10-06 20:05:37 +02:00
|
|
|
"typescript": "^5.9.3",
|
2024-11-09 10:08:30 +01:00
|
|
|
"typescript-eslint": "^8.13.0",
|
|
|
|
|
"vscode": "^1.1.37"
|
2021-08-18 20:15:02 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-12-01 18:55:24 +00:00
|
|
|
"fast-glob": "^3.3.2",
|
2025-10-06 20:05:14 +02:00
|
|
|
"vscode-json-languageservice": "^5.6.2"
|
2021-08-18 17:11:09 +02:00
|
|
|
}
|
|
|
|
|
}
|