UNPKG

@soinlabs/request

Version:

A request package made with retries and traceability

43 lines (42 loc) 1.19 kB
{ "name": "@soinlabs/request", "version": "1.0.23", "main": "index.js", "repository": "git@github.com:SoinLabs/request.git", "author": "SoinLabs <soinlabs@soin.co.cr>", "license": "MIT", "description": "A request package made with retries and traceability", "keywords": [ "request", "axios", "traceability" ], "scripts": { "test": "env NODE_ENV=testing jest --forceExit --detectOpenHandles --silent", "test:debug": "yarn test:clean && env NODE_ENV=testing jest --forceExit --detectOpenHandles" }, "devDependencies": { "codecov": "^3.8.1", "jest": "^26.6.3", "sqlite3": "^5.0.2" }, "dependencies": { "axios": "^1.10.0", "chalk": "^4.1.2", "sequelize": "^6.37.7" }, "jest": { "verbose": true, "testURL": "http://localhost/", "testEnvironment": "node", "testPathIgnorePatterns": [ "node_modules/", "logs" ], "restoreMocks": true, "bail": true, "testTimeout": 10000, "collectCoverage": true }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }