winston-fms-transport
Version:
A transport to support logging via winston to FileMaker Server
62 lines (61 loc) • 1.59 kB
JSON
{
"name": "winston-fms-transport",
"version": "1.1.1",
"description": "A transport to support logging via winston to FileMaker Server",
"main": "index.js",
"scripts": {
"test": "nyc _mocha --recursive ./tests --timeout=30000",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"report": "nyc report --reporter=html",
"generate-docs": "mos",
"example": "node example.js"
},
"repository": {
"type": "git",
"url": "git+https://Luidog@github.com/Luidog/winston-fms-transport.git"
},
"keywords": [
"winston",
"FileMaker",
"fms-api-client",
"marpat",
"logs"
],
"author": "Lui de la Parra",
"license": "MIT",
"bugs": {
"url": "https://github.com/Luidog/winston-fms-transport/issues"
},
"homepage": "https://github.com/Luidog/winston-fms-transport#readme",
"dependencies": {
"fms-api-client": "^1.8.1",
"marpat": "^1.19.2"
},
"mos": {
"plugins": [
"execute"
]
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"dotenv": "^6.2.0",
"eslint": "^5.14.1",
"eslint-config-google": "^0.12.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-prettier": "^3.0.1",
"jsdoc": "^3.5.5",
"minami": "^1.2.3",
"mocha": "^6.0.0",
"mocha-lcov-reporter": "^1.3.0",
"mos": "^1.3.1",
"mos-plugin-dependencies": "^2.2.2",
"mos-plugin-execute": "^1.0.2",
"mos-plugin-license": "^1.2.2",
"nyc": "^13.3.0",
"prettier": "^1.16.4",
"varium": "^1.0.1",
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
}
}