PackwizJS/package.json
Renovate b6bcd4c207
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
Update dependency typedoc-plugin-markdown to v4.4.2 (#9)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [typedoc-plugin-markdown](https://typedoc-plugin-markdown.org) ([source](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown)) | devDependencies | patch | [`4.4.1` -> `4.4.2`](https://renovatebot.com/diffs/npm/typedoc-plugin-markdown/4.4.1/4.4.2) |

---

### Release Notes

<details>
<summary>typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)</summary>

### [`v4.4.2`](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#442)

[Compare Source](https://github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.4.1...typedoc-plugin-markdown@4.4.2)

##### Patch Changes

-   Handle duplicate symbols with leading underscores
-   Correctly flag optional nested parameters ([#&#8203;765](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/765)).
-   Introduced ja theme translations as per TypeDoc 0.27.7.
-   Expose anchors to relative document links (thanks [@&#8203;matus-vacula](https://github.com/matus-vacula)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #9
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
2025-02-10 06:41:02 -05:00

50 lines
1.2 KiB
JSON

{
"name": "packwizjs",
"module": "src/parser.ts",
"version": "1.0.1",
"type": "module",
"description": "A simple library for parsing Packwiz TOML files",
"author": {
"name": "cswimr",
"email": "seaswimmerthefsh@gmail.com"
},
"repository": {
"url": "https://c.csw.im/GalacticFactory/PackwizJS",
"type": "git",
"directory": "src"
},
"license": "MIT",
"files": [
"src"
],
"readme": "README.md",
"homepage": "https://packwizjs.csw.im",
"keywords": [
"packwiz",
"minecraft"
],
"scripts": {
"docs": "typedoc --options typedoc.json",
"format": "bun prettier --write '**/*.{ts,json,md}'"
},
"devDependencies": {
"@getmeli/cli": "1.2.0",
"@types/bun": "latest",
"@typhonjs-typedoc/ts-lib-docs": "2024.12.25",
"@typhonjs-typedoc/typedoc-theme-dmt": "0.3.1",
"eslint": "9.20.0",
"eslint-config-standard": "17.1.0",
"prettier": "3.5.0",
"typedoc": "0.27.7",
"typedoc-plugin-coverage": "3.4.1",
"typedoc-plugin-markdown": "4.4.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@types/semver": "^7.5.8",
"semver": "^7.7.1",
"toml": "^3.0.0"
}
}