mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "docsify serve",
|
|
"bench": "node js/benchmark.js > pages/_comparison-benchmark.log"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^0.25.0",
|
|
"axios-cache-adapter": "^2.7.3",
|
|
"docsify-cli": "^4.4.3",
|
|
"express": "^4.17.2"
|
|
}
|
|
}
|