Nuxt/packages/cli/package.json
Pooya Parsa 1dd32d0d21 feat: update to consola 2 (#4247)
* add ~> addReporter

* remove badge

* withScope ~> withTag

* update to consola 2

* update build tests
2018-11-01 04:50:07 +01:00

25 lines
412 B
JSON

{
"name": "@nuxt/cli",
"version": "2.2.0",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
"bin",
"dist"
],
"main": "dist/cli.js",
"bin": {
"nuxt": "bin/nuxt.js"
},
"dependencies": {
"@nuxt/config": "^2.2.0",
"consola": "^2.0.0-1",
"esm": "^3.0.84",
"minimist": "^1.2.0",
"wrap-ansi": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}