{
  "name": "beautylog",
  "version": "6.1.10",
  "description": "beautiful logging, TypeScript ready",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "test": "(npmts)",
    "testbrowser": "(npm test) && (node testbrowser.js)",
    "gitsetup": "(git config push.followTags true)",
    "push": "(git push origin master && git push origin release && git push --follow-tags)",
    "reinstall": "(rm -r node_modules && npm install)",
    "release": "(npm test) && (git pull origin master && npm version patch && git checkout release && git merge master && git checkout master && npm run push)",
    "update": "(git checkout master && git pull origin master) && (npm install)",
    "upgrade": "(npm run update) && (ncu upgradeAll && npm install)"
  },
  "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": {
    "@types/lodash": "^4.14.55",
    "beautycolor": "^1.0.7",
    "figlet": "^1.2.0",
    "lodash": "^4.17.4",
    "ora": "^1.1.0",
    "smartenv": "^2.0.0",
    "smartq": "^1.1.1",
    "typings-global": "^1.0.14"
  },
  "devDependencies": {
    "beautyremote": "^1.0.5",
    "qenv": "^1.1.3",
    "smartchai": "^1.0.3",
    "smartdelay": "^1.0.1",
    "tapbundle": "^1.0.5"
  }
}
