smartlog-destination-file/package.json

41 lines
987 B
JSON
Raw Normal View History

2020-06-13 10:43:02 +00:00
{
2020-06-13 11:03:08 +00:00
"name": "@pushrocks/smartlog-destination-file",
2020-06-15 15:33:50 +00:00
"version": "1.0.6",
2020-06-13 10:43:02 +00:00
"private": false,
"description": "a smartlog destination for transparently writing to a file",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2020-06-15 15:33:49 +00:00
"build": "(tsbuild --web)",
2020-06-13 10:43:02 +00:00
"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"
},
2020-06-13 11:03:08 +00:00
"dependencies": {
2020-06-15 15:16:47 +00:00
"@pushrocks/smartfile": "^7.0.12",
"@pushrocks/smartlog-interfaces": "^2.0.20",
"@pushrocks/smarttime": "^3.0.18"
2020-06-13 11:03:08 +00:00
},
2020-06-13 10:43:02 +00:00
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-13 10:43:02 +00:00
}