2023-02-07 16:11:18 -03:00

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"
}
}