@nodifier/http-mock
Version:
A node module to mock http/https requests made for unit testing etc.
36 lines (35 loc) • 833 B
JSON
{
"name": "@nodifier/http-mock",
"scope": "nodifier",
"version": "0.0.7",
"description": "A node module to mock http/https requests made for unit testing etc.",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "esbuild src/index.ts --bundle --minify --sourcemap --outdir=dist --platform=node && tsc"
},
"keywords": [
"nodify",
"http-mock",
"http",
"https",
"jest",
"nodejs"
],
"author": "gamemasterdev",
"license": "ISC",
"devDependencies": {
"@nodifier/url-parser": "^1.0.3",
"@types/jest": "^29.5.2",
"@types/node": "^20.4.5",
"esbuild": "^0.18.11",
"jest": "^29.6.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"http-request-mock": "^1.8.17"
}
}