mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
22 lines
498 B
JSON
Executable File
22 lines
498 B
JSON
Executable File
{
|
|
"name": "@aci/benchmark",
|
|
"version": "1.0.0",
|
|
"description": "Cache interceptor for axios",
|
|
"repository": "https://github.com/arthurfiorette/axios-cache-interceptor/@aci/docs",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^0.27.2",
|
|
"axios-cache-adapter": "^2.7.3",
|
|
"benny": "^3.7.1",
|
|
"express": "^4.18.1"
|
|
},
|
|
"authors": {
|
|
"name": "Arthur Fiorette",
|
|
"email": "me@arthur.place"
|
|
}
|
|
}
|