http-handler-response
Version:
A simple response handler for HTTP requests.
69 lines (68 loc) • 1.83 kB
JSON
{
"name": "http-handler-response",
"description": "A simple response handler for HTTP requests.",
"version": "0.10.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"typings": "typings/index.d.ts",
"author": {
"name": "Romullo @hiukky",
"email": "developermarsh@gmail.com",
"url": "https://hiukky.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hiukky/http-handler-response.git"
},
"bugs": {
"url": "https://github.com/hiukky/http-handler-response/issues"
},
"scripts": {
"prebuild": "rimraf dist typings",
"build": "rollup -c",
"test": "jest",
"prepublishOnly": "yarn test && yarn build",
"format": "prettier --write \"**/*.ts\" \"**/*.js\""
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.6.3",
"node-mocks-http": "^1.9.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.33.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.0.2",
"rollup-plugin-gzip": "^2.5.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
},
"files": [
"dist",
"typings"
],
"keywords": [
"api",
"http",
"error",
"http-response",
"http-status-code",
"rest-api",
"expressjs",
"koajs",
"adonisjs"
]
}