UNPKG

winston-seq-updated

Version:

Like winston-seq, but updated. Temporary package

60 lines (59 loc) 1.55 kB
{ "name": "winston-seq-updated", "version": "1.0.4", "description": "Like winston-seq, but updated. Temporary package", "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": "Ruben Bezuidenhout", "email": "rubenb364@gmail.com" }, "files": [ "LICENSE", "README.md", "lib/", "!src/", "!scripts/" ], "license": "MIT", "dependencies": { "seq-logging": "0.4.6", "winston-transport": "^4.3.0" }, "devDependencies": { "@types/chai": "4.0.1", "@types/mocha": "2.2.41", "@types/node": "12.7.12", "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": "^3.7.2", "winston": "^3.2.1" } }