UNPKG

responser

Version:

Simplify, standardize and format HTTP Status Code responses in JSON with express

52 lines (51 loc) 1.28 kB
{ "name": "responser", "version": "2.5.6", "description": "Simplify, standardize and format HTTP Status Code responses in JSON with express", "main": "index.js", "types": "index", "scripts": { "build": "tsc", "test": "jest", "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls" }, "files": [ "index.d.ts", "index.js", "README.md", "LICENSE.md" ], "keywords": [ "format", "http", "response", "status", "code", "express", "stantardized" ], "author": "Luiz Felipe Zarco <felipezarco@hotmail.com> (https://github.com/felipezarco)", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/felipezarco/responser" }, "bugs": { "url": "https://github.com/felipezarco/responser/issues" }, "homepage": "https://github.com/felipezarco/responser#readme", "dependencies": { "http-status-codes": "^2.1.4" }, "devDependencies": { "@types/express": "^4.17.11", "@types/jest": "^26.0.20", "@types/supertest": "^2.0.9", "coveralls": "^3.1.0", "express": "^4.17.1", "jest": "^26.6.3", "supertest": "^4.0.2", "ts-jest": "^26.4.4", "typescript": "^4.1.3" } }