mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
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>
15 lines
271 B
JSON
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"
|
|
}
|
|
}
|