{ "name": "express-insider", "description": "An extremely thoughtful and accurate request logger that provides performance metrics for middlewares, routes, and subroutes within our Express application.", "private": false, "repository": "https://github.com/walterdiazesa/express-insider", "author": "walterdiazesa", "version": "1.1.0", "license": "MIT", "keywords": [ "express", "logger", "analytics", "performance", "middleware" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "engines": { "node": ">=16.0.0", "bun": ">=0.5.1" }, "scripts": { "build": "tsup index.ts --format cjs,esm --dts", "lint": "tsc", "test": "jest", "release": "pnpm lint && pnpm test && pnpm build && changeset publish" }, "devDependencies": { "@changesets/cli": "^2.26.2", "@types/express": "^4.17.17", "@types/jest": "29.5.2", "@types/node": "^20.3.3", "@types/supertest": "2.0.12", "body-parser": "1.20.2", "express": ">=4.0.0", "jest": "29.6.0", "supertest": "6.3.3", "ts-jest": "29.1.1", "tsup": "7.1.0", "typescript": "5.1.6" } }