1 | {
|
2 | "name": "beautylog",
|
3 | "version": "6.1.10",
|
4 | "description": "beautiful logging, TypeScript ready",
|
5 | "main": "dist/index.js",
|
6 | "typings": "dist/index.d.ts",
|
7 | "scripts": {
|
8 | "test": "(npmts)",
|
9 | "testbrowser": "(npm test) && (node testbrowser.js)",
|
10 | "gitsetup": "(git config push.followTags true)",
|
11 | "push": "(git push origin master && git push origin release && git push --follow-tags)",
|
12 | "reinstall": "(rm -r node_modules && npm install)",
|
13 | "release": "(npm test) && (git pull origin master && npm version patch && git checkout release && git merge master && git checkout master && npm run push)",
|
14 | "update": "(git checkout master && git pull origin master) && (npm install)",
|
15 | "upgrade": "(npm run update) && (ncu upgradeAll && npm install)"
|
16 | },
|
17 | "repository": {
|
18 | "type": "git",
|
19 | "url": "https://gitlab.com/pushrocks/beautylog.git"
|
20 | },
|
21 | "keywords": [
|
22 | "log",
|
23 | "color",
|
24 | "console",
|
25 | "beautiful"
|
26 | ],
|
27 | "author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
28 | "license": "MIT",
|
29 | "bugs": {
|
30 | "url": "https://gitlab.com/pushrocks/beautylog/issues"
|
31 | },
|
32 | "homepage": "https://gitlab.com/pushrocks/beautylog",
|
33 | "dependencies": {
|
34 | "@types/lodash": "^4.14.55",
|
35 | "beautycolor": "^1.0.7",
|
36 | "figlet": "^1.2.0",
|
37 | "lodash": "^4.17.4",
|
38 | "ora": "^1.1.0",
|
39 | "smartenv": "^2.0.0",
|
40 | "smartq": "^1.1.1",
|
41 | "typings-global": "^1.0.14"
|
42 | },
|
43 | "devDependencies": {
|
44 | "beautyremote": "^1.0.5",
|
45 | "qenv": "^1.1.3",
|
46 | "smartchai": "^1.0.3",
|
47 | "smartdelay": "^1.0.1",
|
48 | "tapbundle": "^1.0.5"
|
49 | }
|
50 | }
|