UNPKG

genie-logger

Version:

Reusable Node.js logger for platform Lambda services.

44 lines (43 loc) 1.02 kB
{ "name": "genie-logger", "version": "0.1.0", "description": "Reusable Node.js logger for platform Lambda services.", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "jest --clearCache && jest", "lint": "tsc --noEmit && eslint ." }, "repository": { "type": "git", "url": "git@gitlab.geniesolutions.com.au:jianbocui/genie-logger.git" }, "types": "dist/index.d.ts", "license": "ISC", "dependencies": { "@types/jest": "^25.2.1", "@types/uuid": "^7.0.3", "jest": "^26.0.1", "uuid": "^3.3.2", "winston": "^3.2.1", "winston-transport": "^4.3.0" }, "devDependencies": { "@types/node": "^11.13.0", "@types/uuid": "^7.0.3", "@types/winston": "^2.4.4", "@typescript-eslint/eslint-plugin": "^2.31.0", "@typescript-eslint/parser": "^2.31.0", "eslint": "^6.8.0", "ts-jest": "^25.5.0", "typescript": "^3.8.3" }, "directories": { "lib": "lib", "test": "test" }, "keywords": [ "Genie", "logger" ] }