Files
minecraft-bedrock-json-schemas/package.json

56 lines
1.5 KiB
JSON
Raw Normal View History

2021-08-18 17:11:09 +02:00
{
"name": "minecraft-bedrock-schemas",
2022-07-20 21:49:37 +02:00
"version": "1.0.1",
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": {
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.6",
2022-03-27 14:16:54 +02:00
"chai": "^4.3.6",
2022-06-21 19:14:57 +02:00
"comment-json": "^4.1.1",
2021-08-18 17:11:09 +02:00
"json-loader": "^0.5.7",
"mocha": "^10.1.0",
"ts-loader": "^9.4.1",
2022-06-21 19:14:57 +02:00
"ts-mocha": "^10.0.0",
2022-07-20 21:45:04 +02:00
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
2021-08-18 20:15:02 +02:00
},
"dependencies": {
"fast-glob": "^3.2.12",
"vscode-json-languageservice": "^5.1.1"
2021-08-18 17:11:09 +02:00
}
}