smartlog-destination-file/package.json
2024-05-29 14:14:15 +02:00

57 lines
1.4 KiB
JSON

{
"name": "@push.rocks/smartlog-destination-file",
"version": "1.0.7",
"private": false,
"description": "A module for creating a log destination that writes to a file with support for smartlog interfaces.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartfile": "^7.0.12",
"@pushrocks/smartlog-interfaces": "^2.0.20",
"@pushrocks/smarttime": "^3.0.18"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"logging",
"smartlog",
"file-logging",
"typescript",
"node.js",
"filesystem",
"log management",
"development tool",
"log destination",
"log file"
],
"homepage": "https://code.foss.global/push.rocks/smartlog-destination-file",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartlog-destination-file.git"
}
}