UNPKG

@condor-labs/axios

Version:

This module provide and useful helper to use the official Axios library.

52 lines (51 loc) 1.2 kB
{ "name": "@condor-labs/axios", "version": "1.2.3", "description": "This module provide and useful helper to use the official Axios library.", "main": "index.js", "scripts": { "test": "jest .", "test-watch": "jest watch", "coverage": "jest --env=jsdom --coverage", "test-ts": "tsd" }, "repository": { "type": "git", "url": "git+https://github.com/cebroker/condorlabs-npm-helpers.git" }, "files": [ "index.js", "index.d.ts", "/src" ], "author": "Condorlabs", "license": "MIT", "bugs": { "url": "https://github.com/cebroker/condorlabs-npm-helpers/issues" }, "homepage": "https://github.com/cebroker/condorlabs-npm-helpers/tree/master/axios/library#readme", "keywords": [ "axios", "condorlabs", "http" ], "dependencies": { "axios": "0.26.1" }, "devDependencies": { "jest": "27.5.1", "msw": "0.39.2", "tsd": "0.20.0" }, "jest": { "verbose": true, "testURL": "http://localhost/", "testEnvironment": "node", "testPathIgnorePatterns": [ "<rootDir>/(lib|build|docs|node_modules)/" ], "coveragePathIgnorePatterns": [ "<rootDir>/(node_modules)/" ] } }