Nuxt/packages/generator/package.json
Clark Du 9df5f49e07 feat: split builder into more refined modules (#4171)
New packages:
- `@nuxt/webpack`
- `@nuxt/generator`
2018-10-24 20:25:18 +03:30

21 lines
375 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": "^1.4.4",
"fs-extra": "^7.0.0",
"html-minifier": "^3.5.20"
},
"publishConfig": {
"access": "public"
}
}