in-process-request
Version:
A node.js library that executes a http handler function in the current process without having to start a local http server.
46 lines (45 loc) • 851 B
JSON
{
"name": "in-process-request",
"version": "0.3.1",
"license": "(MIT OR Apache-2.0)",
"scripts": {
"precompile": "rm -rf dist",
"compile": "tsc",
"test": "jest",
"pretest": "auto/pretest"
},
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "https://github.com/janaz/in-process-request"
},
"keywords": [
"express",
"expressjs",
"koa",
"connect",
"polka",
"hapi",
"nestjs",
"fastify",
"apollo",
"http",
"request",
"response",
"mock",
"test"
],
"main": "./dist/compile/handler",
"types": "./dist/compile/handler.d.ts",
"dependencies": {},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}