mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
25 lines
410 B
JSON
25 lines
410 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",
|
|
"consola": "^1.4.4",
|
|
"esm": "^3.0.84",
|
|
"minimist": "^1.2.0",
|
|
"wrap-ansi": "^4.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|