btcpayserver-doc/package.json
dependabot[bot] 5c40eaf69a
Bump js-yaml and @redocly/cli
Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.1.1 and updates ancestor dependency [@redocly/cli](https://github.com/Redocly/redocly-cli). These dependencies need to be updated together.


Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

Updates `@redocly/cli` from 1.34.11 to 2.24.0
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@1.34.11...@redocly/cli@2.24.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
- dependency-name: "@redocly/cli"
  dependency-version: 2.24.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-19 12:51:53 +00:00

52 lines
1.5 KiB
JSON

{
"name": "btcpayserver-docs",
"version": "1.0.0",
"description": "BTCPay Server Official Documentation",
"author": "BTCPay Server",
"license": "MIT",
"bugs": "https://github.com/btcpayserver/btcpayserver-doc/issues",
"homepage": "https://github.com/btcpayserver/btcpayserver-doc",
"repository": {
"type": "git",
"url": "git+https://github.com/btcpayserver/btcpayserver-doc.git"
},
"keywords": [
"btcpayserver"
],
"config": {
"dist": "docs/.vuepress/dist",
"port": "8080"
},
"scripts": {
"prestart": "rm -rf $npm_package_config_dist",
"start": "NODE_ENV=development vuepress dev docs -p $npm_package_config_port",
"build": "NODE_ENV=production vuepress build docs",
"netlify": "./setup-deps.sh && npm run build",
"test": "jest",
"redirects": "node create-redirects.js",
"prettier": "prettier --write '*.{js,json,md}' 'docs/**/*.{js,json,md}'"
},
"devDependencies": {
"@redocly/cli": "2.24.0",
"@vuepress/plugin-back-to-top": "1.9.10",
"@vuepress/plugin-medium-zoom": "1.9.10",
"esm": "3.2.25",
"jest": "29.7.0",
"markdown-it-implicit-figures": "0.12.0",
"markdown-it-include": "2.0.0",
"prettier": "3.3.3",
"vuepress": "1.9.10",
"vuepress-plugin-clean-urls": "1.1.2",
"vuepress-plugin-code-copy": "1.0.6",
"vuepress-plugin-seo": "0.2.0",
"vuepress-plugin-sitemap": "2.3.1"
},
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 100,
"arrowParens": "avoid",
"trailingComma": "none"
}
}