UNPKG

express-wiretap

Version:

server wire logs and insights for express

40 lines (39 loc) 1.02 kB
{ "name": "express-wiretap", "description": "server wire logs and insights for express", "version": "1.1.3", "keywords": [ "wire", "log", "express", "wiretap" ], "homepage": "https://codeberg.org/pepmartinez/express-wiretap", "bugs": { "url": "https://codeberg.org/pepmartinez/express-wiretap/issues", "email": "pep.martinez@gmail.com" }, "repository": { "type": "git", "url": "https://codeberg.org/pepmartinez/express-wiretap.git" }, "author": { "name": "Jose Luis Martinez Juan", "email": "pep.martinez@gmail.com" }, "license": "MIT", "dependencies": { "debug": "~4.3.7", "lodash": "~4.17.21" }, "devDependencies": { "express": "~4.21.0", "mocha": "~10.7.3", "should": "~13.2.3", "supertest": "~7.0.0" }, "scripts": { "test": "mocha --reporter spec --bail --check-leaks --timeout 100000 test/", "test-with-coverage": "nyc --reporter=text -- mocha --reporter spec --check-leaks --no-timeouts --exit test/" } }