2021-08-18 17:11:09 +02:00
|
|
|
{
|
|
|
|
|
"name": "minecraft-bedrock-schemas",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"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 20:15:02 +02:00
|
|
|
"compile": "tsc -b",
|
2021-08-18 21:03:39 +02:00
|
|
|
"build": "npm run clean && npm run compile",
|
|
|
|
|
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
|
2021-08-18 20:15:02 +02:00
|
|
|
"test": "mocha --debug-brk",
|
2021-08-18 21:03:39 +02:00
|
|
|
"clean": "rimraf lib",
|
2021-08-18 20:15:02 +02:00
|
|
|
"pretest": "npm run compile",
|
2021-08-18 21:03:39 +02:00
|
|
|
"prepublishOnly": "npm test",
|
|
|
|
|
"preversion": "",
|
|
|
|
|
"postversion": "git push && git push --tags",
|
|
|
|
|
"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": {
|
2022-05-09 09:38:59 +02:00
|
|
|
"@types/chai": "^4.3.1",
|
|
|
|
|
"@types/mocha": "^9.1.1",
|
|
|
|
|
"@types/node": "^17.0.31",
|
2022-03-27 14:16:54 +02:00
|
|
|
"chai": "^4.3.6",
|
2021-08-18 17:11:09 +02:00
|
|
|
"json-loader": "^0.5.7",
|
2022-03-27 14:16:54 +02:00
|
|
|
"mocha": "^9.2.2",
|
2022-05-09 09:38:59 +02:00
|
|
|
"ts-loader": "^9.3.0",
|
2022-03-27 14:16:54 +02:00
|
|
|
"ts-node": "^10.7.0",
|
2022-05-09 09:38:59 +02:00
|
|
|
"typescript": "^4.6.4"
|
2021-08-18 20:15:02 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-03-27 14:16:54 +02:00
|
|
|
"fast-glob": "^3.2.11",
|
|
|
|
|
"vscode-json-languageservice": "^4.2.1"
|
2021-08-18 17:11:09 +02:00
|
|
|
}
|
|
|
|
|
}
|