2017-01-21 14:49:00 +00:00
|
|
|
{
|
2018-07-17 22:12:40 +00:00
|
|
|
"name": "@pushrocks/consolecolor",
|
2018-07-17 22:12:41 +00:00
|
|
|
"version": "2.0.0",
|
2018-07-17 22:12:40 +00:00
|
|
|
"private": false,
|
2017-01-21 14:49:00 +00:00
|
|
|
"description": "colors for beautylog",
|
|
|
|
"main": "dist/index.js",
|
2017-01-21 17:10:27 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2017-01-21 14:49:00 +00:00
|
|
|
"scripts": {
|
2018-07-17 22:12:40 +00:00
|
|
|
"test": "(tsrun test/test.ts)",
|
|
|
|
"build": "(npmts)"
|
2017-01-21 14:49:00 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2017-01-21 17:10:27 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/beautycolor#README",
|
|
|
|
"dependencies": {
|
2018-07-17 22:12:40 +00:00
|
|
|
"ansi-256-colors": "^1.1.0"
|
2017-01-21 17:10:27 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-17 22:12:40 +00:00
|
|
|
"@gitzone/tsrun": "^1.1.9",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.1",
|
|
|
|
"@types/node": "^10.5.2"
|
2017-01-21 17:10:27 +00:00
|
|
|
}
|
2017-01-21 14:49:00 +00:00
|
|
|
}
|