Files
minecraft-bedrock-json-schemas/package.json
dependabot[bot] 6234f29483 Bump @types/node from 18.0.6 to 18.11.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.6 to 18.11.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-26 17:53:06 +00:00

56 lines
1.5 KiB
JSON

{
"name": "minecraft-bedrock-schemas",
"version": "1.0.1",
"description": "The unit test for minecraft-bedrock-schemas",
"main": "./lib/src/main.js",
"types": "./lib/src/main.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rimraf lib",
"compile": "tsc -b",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "exit 0",
"postversion": "git push && git push --tags",
"prepublishOnly": "npm test",
"pretest": "npm run compile",
"preversion": "",
"test": "mocha --debug-brk",
"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.1",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.6",
"chai": "^4.3.6",
"comment-json": "^4.1.1",
"json-loader": "^0.5.7",
"mocha": "^10.1.0",
"ts-loader": "^9.3.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.6.4"
},
"dependencies": {
"fast-glob": "^3.2.11",
"vscode-json-languageservice": "^5.1.0"
}
}