2015-09-20 17:21:29 +00:00
|
|
|
{
|
2018-07-04 20:50:46 +00:00
|
|
|
"name": "@pushrocks/smartlog-destination-local",
|
2018-07-05 21:40:33 +00:00
|
|
|
"private": false,
|
2020-06-05 10:29:06 +00:00
|
|
|
"version": "8.0.5",
|
2018-07-04 20:50:46 +00:00
|
|
|
"description": "a smartlog destination targeting the local console",
|
2020-06-05 10:29:06 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2015-09-20 17:21:29 +00:00
|
|
|
"scripts": {
|
2018-11-04 12:22:45 +00:00
|
|
|
"test": "(tstest test/)",
|
2020-06-05 10:29:06 +00:00
|
|
|
"build": "(tsbuild --web)"
|
2015-09-20 17:21:29 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-05-30 04:42:42 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/beautylog.git"
|
2015-09-20 17:21:29 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2015-09-20 19:45:37 +00:00
|
|
|
"log",
|
|
|
|
"color",
|
|
|
|
"console",
|
|
|
|
"beautiful"
|
2015-09-20 17:21:29 +00:00
|
|
|
],
|
2018-11-04 12:36:49 +00:00
|
|
|
"author": "Lossless GmbH <hello@lossless.com> (https://lossless.com)",
|
2015-09-20 17:21:29 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-05-30 04:42:42 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/beautylog/issues"
|
2015-09-20 17:21:29 +00:00
|
|
|
},
|
2016-05-30 04:42:42 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/beautylog",
|
2015-09-20 19:45:37 +00:00
|
|
|
"dependencies": {
|
2018-11-04 12:22:45 +00:00
|
|
|
"@pushrocks/consolecolor": "^2.0.1",
|
2020-06-05 09:35:42 +00:00
|
|
|
"@pushrocks/smartlog-interfaces": "^2.0.15",
|
2020-06-05 02:01:12 +00:00
|
|
|
"@pushrocks/smartpromise": "^3.0.6"
|
2015-12-20 22:22:38 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-05 02:01:12 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.24",
|
|
|
|
"@gitzone/tsrun": "^1.2.12",
|
|
|
|
"@gitzone/tstest": "^1.0.33",
|
|
|
|
"@pushrocks/tapbundle": "^3.2.1",
|
|
|
|
"@types/node": "^14.0.11",
|
|
|
|
"tslint": "^6.1.2",
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2019-06-07 10:00:58 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"ts/*",
|
|
|
|
"ts_web/*",
|
|
|
|
"dist/*",
|
|
|
|
"dist_web/*",
|
|
|
|
"assets/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
2019-06-07 10:00:59 +00:00
|
|
|
}
|