2021-08-18 17:11:09 +02:00
|
|
|
{
|
|
|
|
|
"name": "minecraft-bedrock-schemas",
|
2024-05-11 12:11:53 +02:00
|
|
|
"version": "1.20.81-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\"",
|
2022-09-16 14:56:57 +02:00
|
|
|
"lint": "exit 0",
|
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": "",
|
2022-06-21 19:14:57 +02:00
|
|
|
"test": "mocha --debug-brk",
|
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": {
|
2023-12-01 18:55:24 +00:00
|
|
|
"@types/chai": "^4.3.11",
|
|
|
|
|
"@types/mocha": "^10.0.6",
|
2024-02-02 10:38:11 +01:00
|
|
|
"@types/node": "^20.10.1",
|
|
|
|
|
"chai": "^4.3.10",
|
2022-10-26 17:53:41 +00:00
|
|
|
"comment-json": "^4.2.3",
|
2021-08-18 17:11:09 +02:00
|
|
|
"json-loader": "^0.5.7",
|
2023-02-20 21:23:31 +01:00
|
|
|
"mocha": "^10.2.0",
|
2023-12-01 18:55:24 +00:00
|
|
|
"ts-loader": "^9.5.1",
|
2022-06-21 19:14:57 +02:00
|
|
|
"ts-mocha": "^10.0.0",
|
2024-02-02 10:38:11 +01:00
|
|
|
"ts-node": "^10.9.1",
|
|
|
|
|
"typescript": "^5.3.2"
|
2021-08-18 20:15:02 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-12-01 18:55:24 +00:00
|
|
|
"fast-glob": "^3.3.2",
|
2024-02-02 10:37:59 +01:00
|
|
|
"vscode-json-languageservice": "^5.3.7"
|
2021-08-18 17:11:09 +02:00
|
|
|
}
|
|
|
|
|
}
|