smartlog-destination-local/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2015-09-20 17:21:29 +00:00
{
"name": "@pushrocks/smartlog-destination-local",
"private": false,
2018-11-04 12:26:56 +00:00
"version": "7.0.2",
"description": "a smartlog destination targeting the local console",
2016-02-23 14:59:57 +00:00
"main": "dist/index.js",
2016-05-02 00:51:37 +00:00
"typings": "dist/index.d.ts",
2015-09-20 17:21:29 +00:00
"scripts": {
2018-11-04 12:22:45 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
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
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"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",
"@pushrocks/smartlog-interfaces": "^2.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"ora": "^3.0.0",
"smartenv": "^4.0.3"
2015-12-20 22:22:38 +00:00
},
"devDependencies": {
2018-11-04 12:22:45 +00:00
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/smartdelay": "^2.0.2",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
}
2018-11-04 12:22:45 +00:00
}