smartlog-destination-local/package.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2015-09-20 17:21:29 +00:00
{
"name": "@pushrocks/smartlog-destination-local",
"private": false,
2020-06-11 10:35:21 +00:00
"version": "8.0.6",
"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-11 10:35:20 +00:00
"@pushrocks/smartlog-interfaces": "^2.0.20",
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",
2020-06-11 10:35:20 +00:00
"@types/node": "^14.0.13",
2020-06-05 02:01:12 +00:00
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-06-07 10:00:59 +00:00
}