mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
15 lines
271 B
JSON
15 lines
271 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "docsify serve",
|
|
"bench": "node benchmark.js"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^0.26.0",
|
|
"axios-cache-adapter": "^2.7.3",
|
|
"benny": "^3.7.1",
|
|
"docsify-cli": "^4.4.3",
|
|
"express": "^4.17.3"
|
|
}
|
|
}
|