winston-seq2
Version:
A Seq transport for Winston
64 lines (63 loc) • 1.62 kB
JSON
{
"name": "winston-seq2",
"version": "0.0.0",
"description": "A Seq transport for Winston",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
"lint": "tslint src/**/*.ts",
"lint:commits-ci": "bash ./scripts/lint-commits",
"test": "mocha --opts ./mocha.opts ./lib/**/test.js",
"test:watch": "mocha --opts ./mocha.opts --watch ./lib/**/test.js",
"test-ci": "istanbul cover ./node_modules/mocha/bin/_mocha -- --opts ./mocha.opts ./lib/**/test.js",
"commitmsg": "conventional-changelog-lint -e",
"prepublish": "npm run lint && npm run build && npm run test",
"prepush": "npm run prepublish",
"precommit": "npm run lint"
},
"keywords": [
"winston",
"logging",
"sysadmin",
"tools",
"winston-transport",
"winston-seq",
"seq"
],
"author": {
"name": "Leon Talbert",
"email": "leon.talbert@gmail.com"
},
"files": [
"LICENSE",
"README.md",
"lib/",
"!src/",
"!scripts/"
],
"license": "MIT",
"dependencies": {
"seq-logging": "0.4.0",
"winston": "2.3.1"
},
"devDependencies": {
"@types/chai": "4.0.1",
"@types/mocha": "2.2.41",
"@types/node": "8.0.9",
"@types/winston": "2.3.3",
"chai": "4.0.2",
"conventional-changelog-lint": "2.1.0",
"import-from": "2.1.0",
"istanbul": "0.4.5",
"mocha": "3.4.2",
"source-map-support": "0.4.15",
"tslint": "5.5.0",
"tslint-eslint-rules": "4.1.1",
"typescript": "2.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeonmanRolls/winston-seq"
}
}