mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
29 lines
511 B
JSON
29 lines
511 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",
|
|
"boxen": "^2.0.0",
|
|
"chalk": "^2.4.1",
|
|
"consola": "^2.2.3",
|
|
"esm": "^3.0.84",
|
|
"minimist": "^1.2.0",
|
|
"pretty-bytes": "^5.1.0",
|
|
"std-env": "^2.1.1",
|
|
"wrap-ansi": "^4.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|