UNPKG

easy-jsend

Version:

Adds jSend response functions to express.response prototype

31 lines (30 loc) 701 B
{ "name": "easy-jsend", "version": "2.0.2", "description": "Adds jSend response functions to express.response prototype", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/DeadAlready/easy-jsend.git" }, "keywords": [ "express", "jsend" ], "author": "Karl Düüna", "license": "MIT", "bugs": { "url": "https://github.com/DeadAlready/easy-jsend/issues" }, "homepage": "https://github.com/DeadAlready/easy-jsend", "peerDependencies": { "express": "*" }, "devDependencies": { "@types/express": "^4.17.18", "typescript": "^5.2.2" } }