Nuxt/packages/cli/package.json
renovate[bot] 29587daf1f
chore(deps): update all non-major dependencies (#7073)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-12 18:59:48 +01:00

35 lines
667 B
JSON

{
"name": "@nuxt/cli",
"version": "2.11.0",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"main": "dist/cli.js",
"bin": {
"nuxt-cli": "bin/nuxt-cli.js"
},
"files": [
"bin",
"dist"
],
"dependencies": {
"@nuxt/config": "2.11.0",
"@nuxt/utils": "2.11.0",
"boxen": "^4.2.0",
"chalk": "^3.0.0",
"consola": "^2.11.3",
"esm": "^3.2.25",
"execa": "^3.4.0",
"exit": "^0.1.2",
"fs-extra": "^8.1.0",
"hable": "^3.0.0",
"minimist": "^1.2.4",
"opener": "1.5.1",
"pretty-bytes": "^5.3.0",
"std-env": "^2.2.1",
"wrap-ansi": "^6.2.0"
},
"publishConfig": {
"access": "public"
}
}