Nuxt/packages/generator/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

21 lines
377 B
JSON

{
"name": "@nuxt/generator",
"version": "2.2.0",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
"dist"
],
"main": "dist/generator.js",
"dependencies": {
"@nuxt/common": "^2.2.0",
"chalk": "^2.4.1",
"consola": "^2.0.0-1",
"fs-extra": "^7.0.0",
"html-minifier": "^3.5.21"
},
"publishConfig": {
"access": "public"
}
}