Nuxt/packages/generator/package.json
renovate[bot] f0c1375477
chore(deps): update all non-major dependencies (#8137)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-08 16:34:45 +02:00

22 lines
409 B
JSON

{
"name": "@nuxt/generator",
"version": "2.14.6",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"main": "dist/generator.js",
"files": [
"dist"
],
"dependencies": {
"@nuxt/utils": "2.14.6",
"chalk": "^3.0.0",
"consola": "^2.15.0",
"fs-extra": "^8.1.0",
"html-minifier": "^4.0.0",
"node-html-parser": "^1.3.1"
},
"publishConfig": {
"access": "public"
}
}