seq-logging
Version:
Sends structured log events to the Seq HTTP ingestion API
38 lines (37 loc) • 841 B
JSON
{
"name": "seq-logging",
"version": "3.0.0",
"description": "Sends structured log events to the Seq HTTP ingestion API",
"keywords": [
"seq",
"logging"
],
"type": "module",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node ./example/example.js",
"typecheck": "tsc --noEmit"
},
"engines": {
"node": ">=14.18"
},
"author": "Datalust and contributors",
"license": "Apache-2.0",
"homepage": "https://github.com/datalust/seq-logging",
"repository": {
"type": "git",
"url": "https://github.com/datalust/seq-logging.git"
},
"devDependencies": {
"mocha": "^11.2.2",
"superagent": "^10.2.1",
"typescript": "^5.8.3",
"uuid": "^11.1.0"
},
"dependencies": {
"abort-controller": "^3.0.0",
"node-fetch": "^2.7.0"
},
"types": "./index.d.ts"
}