smartlog-destination-local/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2015-09-20 17:21:29 +00:00
{
"name": "@pushrocks/smartlog-destination-local",
"private": false,
2018-07-04 20:50:47 +00:00
"version": "7.0.0",
"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": {
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
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-03-01 00:06:12 +00:00
"@types/lodash": "^4.14.104",
"beautycolor": "^1.0.11",
2016-10-16 00:26:43 +00:00
"figlet": "^1.2.0",
2018-03-01 00:06:12 +00:00
"lodash": "^4.17.5",
"ora": "^2.0.0",
"smartenv": "^4.0.3",
2018-03-03 12:57:55 +00:00
"smartlog-interfaces": "^1.0.8",
2018-03-01 00:06:12 +00:00
"smartq": "^1.1.6"
2015-12-20 22:22:38 +00:00
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.1",
"@types/node": "^10.5.1",
2018-03-03 12:57:55 +00:00
"qenv": "^1.1.7",
"smartdelay": "^1.0.4",
"tapbundle": "^2.0.2"
}
}