Files
libreevent/website/package.json
dependabot[bot] 3894640bdb Bump markdown-it from 13.0.1 to 14.1.1 in /website
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 13.0.1 to 14.1.1.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/13.0.1...14.1.1)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-version: 14.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-13 20:53:02 +00:00

23 lines
531 B
JSON

{
"name": "libreevent-website",
"version": "1.0.0",
"description": "The website of libreevent",
"main": "build.js",
"scripts": {
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplePCBuilding/libreevent.git"
},
"author": "Janis Hutz",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/simplePCBuilding/libreevent/issues"
},
"homepage": "https://libreevent.janishutz.com",
"dependencies": {
"markdown-it": "^14.1.1"
}
}