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

58 lines
1.6 KiB
JSON
Raw Normal View History

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\"",
"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": "",
"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": {
"@eslint/js": "^9.14.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/node": "^24.5.2",
"comment-json": "^4.3.0",
"eslint": "^9.14.0",
"eslint-plugin-jest": "^28.9.0",
"ts-jest": "^29.4.4",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"typescript-eslint": "^8.13.0",
"vscode": "^1.1.37"
2021-08-18 20:15:02 +02:00
},
"dependencies": {
build(deps): bump the all group with 6 updates Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [fast-glob](https://github.com/mrmlnc/fast-glob) | `3.3.1` | `3.3.2` | | [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) | `4.3.9` | `4.3.11` | | [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `10.0.3` | `10.0.6` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.10` | `20.10.1` | | [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.5.0` | `9.5.1` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.2` | Updates `fast-glob` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/mrmlnc/fast-glob/releases) - [Commits](https://github.com/mrmlnc/fast-glob/compare/3.3.1...3.3.2) Updates `@types/chai` from 4.3.9 to 4.3.11 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) Updates `@types/mocha` from 10.0.3 to 10.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) Updates `@types/node` from 20.8.10 to 20.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `ts-loader` from 9.5.0 to 9.5.1 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.5.0...v9.5.1) Updates `typescript` from 5.2.2 to 5.3.2 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2) --- updated-dependencies: - dependency-name: fast-glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: "@types/chai" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: ts-loader dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 18:55:24 +00:00
"fast-glob": "^3.3.2",
"vscode-json-languageservice": "^5.3.7"
2021-08-18 17:11:09 +02:00
}
}