rest-envelop
Version:
Wrapper for working with REST API using well-known axios and node-fetch modules
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "rest-envelop",
"version": "1.0.1",
"description": "Wrapper for working with REST API using well-known axios and node-fetch modules",
"main": "index.js",
"scripts": {
"lint": "npx eslint ./"
},
"keywords": [
"axios",
"node-fetch",
"fetch",
"rest",
"redis",
"memcached",
"caching",
"axios-retry",
"node-fetch-retry",
"wrappers",
"envelops",
"helpers"
],
"author": {
"name": "Yurii Bondar",
"email": "yurii.bondar.vn@gmail.com"
},
"license": "MIT",
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"semantic-release": "^24.2.1"
},
"dependencies": {
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"axios": "^1.7.9",
"cache-envelop": "^1.0.0",
"node-fetch": "^3.3.2"
}
}