UNPKG

@sorrir/sorrir-logging

Version:

Logging repository for SORRIR projects.

48 lines (47 loc) 1.1 kB
{ "name": "@sorrir/sorrir-logging", "version": "2.1.0", "description": "Logging repository for SORRIR projects.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "lint-test": "eslint . --ext .ts", "lint-fix": "eslint . --ext .ts --fix", "build": "tsc --incremental", "start": "node dist/app.js", "test": "jest -i", "prepublishOnly": "rm -rf dist && npm run build" }, "pre-commit": [ "lint-fix" ], "files": [ "dist" ], "keywords": [ "sorrir" ], "author": "Florian Held", "license": "Apache-2.0", "dependencies": { "@types/winston": "^2.4.4", "logform": "^2.2.0", "os": "^0.1.1", "typescript": "^3.9.7", "winston": "^3.3.3", "winston-elasticsearch": "0.12.2" }, "devDependencies": { "@types/jest": "^24.9.1", "@types/node": "^12.12.53", "@typescript-eslint/eslint-plugin": "^4.1.0", "@typescript-eslint/parser": "^4.1.0", "eslint": "^7.8.1", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "jest": "^24.9.0", "pre-commit": "^1.2.2", "prettier": "^2.1.1", "ts-jest": "^24.2.0" } }