aboutsummaryrefslogtreecommitdiff
path: root/node_modules/consola/package.json
blob: e8d671fbe209bfc3a1b3858ce167808fdd244e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "name": "consola",
  "version": "1.4.5",
  "description": "Elegant Console Logger",
  "main": "./dist/consola.cjs.js",
  "module": "./src/index.js",
  "scripts": {
    "build": "bili",
    "test": "true",
    "prepublish": "yarn build",
    "release": "standard-version && yarn build && git push --follow-tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/consola.git"
  },
  "files": [
    "dist",
    "src",
    "index.js"
  ],
  "keywords": [
    "console",
    "logger",
    "reporter",
    "elegant",
    "cli",
    "universal",
    "unified",
    "winston"
  ],
  "author": "Pooya Parsa <pooya@pi0.ir>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nuxt/consola/issues"
  },
  "homepage": "https://github.com/nuxt/consola#readme",
  "dependencies": {
    "chalk": "^2.3.2",
    "figures": "^2.0.0",
    "lodash": "^4.17.5",
    "std-env": "^1.1.0"
  },
  "devDependencies": {
    "bili": "^3.0.14",
    "eslint": "^4.17.0",
    "eslint-config-standard": "11.0.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-jest": "latest",
    "eslint-plugin-node": "6.0.1",
    "eslint-plugin-promise": "latest",
    "eslint-plugin-standard": "latest",
    "eslint-plugin-vue": "latest",
    "esm": "^3.0.14",
    "standard-version": "^4.3.0",
    "winston": "^3.0.0-rc3"
  }
}