consolecolor/package.json
2018-07-18 00:12:41 +02:00

37 lines
827 B
JSON

{
"name": "@pushrocks/consolecolor",
"version": "2.0.0",
"private": false,
"description": "colors for beautylog",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/beautycolor.git"
},
"keywords": [
"color",
"terminal",
"beautylog",
"push.rocks"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/beautycolor/issues"
},
"homepage": "https://gitlab.com/pushrocks/beautycolor#README",
"dependencies": {
"ansi-256-colors": "^1.1.0"
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.2"
}
}