mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
28 lines
507 B
JSON
28 lines
507 B
JSON
{
|
|
"name": "nuxt-cli",
|
|
"version": "0.1.1",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"bin": {
|
|
"nu": "./bin/nuxt.js",
|
|
"nuxt": "./bin/nuxt.js",
|
|
"nuxt-cli": "./bin/nuxt.js"
|
|
},
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"devDependencies": {
|
|
"@types/mri": "^1.1.0",
|
|
"colorette": "^1.2.2",
|
|
"listhen": "^0.2.3",
|
|
"mri": "^1.1.6",
|
|
"unbuild": "^0.1.12",
|
|
"v8-compile-cache": "^2.3.0"
|
|
}
|
|
}
|