mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
2d05e0b7b7
Lerna should handle it itself
20 lines
304 B
JSON
20 lines
304 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": {
|
|
"consola": "^1.4.4",
|
|
"esm": "^3.0.84",
|
|
"minimist": "^1.2.0"
|
|
}
|
|
}
|