smartlog-destination-local/package.json
2018-11-04 13:26:56 +01:00

46 lines
1.2 KiB
JSON

{
"name": "@pushrocks/smartlog-destination-local",
"private": false,
"version": "7.0.1",
"description": "a smartlog destination targeting the local console",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/pushrocks/beautylog.git"
},
"keywords": [
"log",
"color",
"console",
"beautiful"
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/beautylog/issues"
},
"homepage": "https://gitlab.com/pushrocks/beautylog",
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartlog-interfaces": "^2.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"ora": "^3.0.0",
"smartenv": "^4.0.3"
},
"devDependencies": {
"@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"
}
}