fetch-mock-jest
Version:
Jest wrapper for fetch-mock, a comprehensive stub for fetch
57 lines (56 loc) • 1.28 kB
JSON
{
"name": "fetch-mock-jest",
"version": "1.5.1",
"description": "Jest wrapper for fetch-mock, a comprehensive stub for fetch",
"main": "server.js",
"browser": "browser.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wheresrhys/fetch-mock-jest.git"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"fetch",
"http",
"mock",
"testing",
"spy",
"jest"
],
"funding": {
"type": "charity",
"url": "https://www.justgiving.com/refugee-support-europe"
},
"author": "Rhys Evans",
"license": "MIT",
"bugs": {
"url": "https://github.com/wheresrhys/fetch-mock-jest/issues"
},
"peerDependencies": {
"node-fetch": "*"
},
"homepage": "https://github.com/wheresrhys/fetch-mock-jest#readme",
"dependencies": {
"fetch-mock": "^9.11.0"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-origami-component": "^2.0.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"jest": "^25.0.0",
"node-fetch": "^2.6.0",
"prettier": "^2.0.4"
},
"peerDependenciesMeta": {
"node-fetch": {
"optional": true
}
}
}