dependabot[bot] 2fe075fd44
chore(deps-dev): bump docsify-cli from 4.4.3 to 4.4.4 in /docs (#172)
Bumps [docsify-cli](https://github.com/docsifyjs/docsify-cli) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/docsifyjs/docsify-cli/releases)
- [Changelog](https://github.com/docsifyjs/docsify-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docsifyjs/docsify-cli/compare/v4.4.3...v4.4.4)

---
updated-dependencies:
- dependency-name: docsify-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-14 08:10:18 -03:00

15 lines
271 B
JSON

{
"private": true,
"scripts": {
"serve": "docsify serve",
"bench": "node benchmark.js"
},
"devDependencies": {
"axios": "^0.26.1",
"axios-cache-adapter": "^2.7.3",
"benny": "^3.7.1",
"docsify-cli": "^4.4.4",
"express": "^4.17.3"
}
}