{ "name": "@openstapps/logger", "version": "0.0.1", "description": "A cli logger with colors, loglevels and the possibility to use a transport system for errors", "repository": { "type": "git", "url": "git@gitlab.com:openstapps/logger.git" }, "license": "GPL-3.0-only", "scripts": { "build": "npm run tslint && npm run compile && npm run documentation", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "compile": "tsc", "documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src", "prepareOnly": "npm run build", "test": "nyc mocha --require ts-node/register --ui mocha-typescript 'test/*.ts'", "tslint": "tslint 'src/**/*.ts'" }, "author": "Karl-Philipp Wulfert ", "contributors": [ "Anselm Stordeur ", "Jovan Krunic " ], "typings": "./lib/Logger.d.ts", "main": "./lib/Logger.js", "nyc": { "check-coverage": true, "per-file": true, "lines": 0, "statements": 0, "functions": 0, "branches": 0, "include": [ "src" ], "extension": [ ".ts" ], "reporter": [ "html", "text-summary" ], "all": true }, "devDependencies": { "@openstapps/configuration": "0.0.2", "@types/chai": "4.1.7", "@types/mocha": "5.2.5", "@types/sinon": "5.0.7", "chai": "4.2.0", "conventional-changelog-cli": "2.0.11", "mocha": "5.2.0", "mocha-typescript": "1.1.17", "nyc": "13.1.0", "sinon": "7.1.1", "ts-node": "7.0.1", "tslint": "5.11.0", "typedoc": "0.13.0", "typescript": "3.1.6" }, "dependencies": { "@types/circular-json": "0.4.0", "@types/node": "10.12.10", "@types/nodemailer": "4.6.5", "circular-json": "0.5.9", "nodemailer": "4.7.0" } }