UNPKG

@bothive/session-logger

Version:

Pino session logger

71 lines (70 loc) 1.85 kB
{ "name": "@bothive/session-logger", "version": "0.0.10", "description": "Pino session logger", "homepage": "https://bothive.be", "author": "Thuur vandeplassche", "private": false, "keywords": [ "bothive", "Pino", "Logging", "Logger", "Interceptor", "Tracing" ], "license": "ISC", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "module": "./dist/src/index.js", "files": [ "dist", "README.md" ], "scripts": { "test": "NODE_ENV=test ./node_modules/ts-mocha/bin/ts-mocha ./test/test.config.ts ./test/*.ts --exit --timeout 10000", "lint": "tslint -p tsconfig.json", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "coverage": "nyc npm run test", "build": "rm -rf dist && tsc" }, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/bothivehq/session_logger.git" }, "devDependencies": { "@types/chai": "4.3.1", "@types/chai-arrays": "2.0.0", "@types/cls-hooked": "^4.3.3", "@types/expect": "24.3.0", "@types/express": "4.17.13", "@types/mocha": "9.1.1", "@typescript-eslint/eslint-plugin": "5.20.0", "@typescript-eslint/parser": "5.20.0", "chai": "4.3.6", "chai-arrays": "2.2.0", "eslint": "8.13.0", "eslint-config-next": "12.1.5", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-simple-import-sort": "7.0.0", "mocha": "9.2.2", "nyc": "15.1.0", "prettier": "2.6.2", "ts-mocha": "9.0.2", "typescript": "4.6.3" }, "dependencies": { "@bothive/helpers": "0.1.12", "cls-hooked": "4.2.2", "express": "4.18.1", "pino": "7.11.0", "pino-pretty": "8.1.0" }, "bugs": { "url": "https://bitbucket.org/bothivehq/session_logger/issues" }, "directories": { "test": "test" } }