mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
27 lines
404 B
JSON
27 lines
404 B
JSON
{
|
|
"name": "nuxt-cli",
|
|
"version": "0.1.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"bin": {
|
|
"nu": "./bin/nuxt.js",
|
|
"nuxt": "./bin/nuxt.js",
|
|
"nuxt-cli": "./bin/nuxt.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"build": {
|
|
"externals": [
|
|
"nuxt3"
|
|
],
|
|
"entries": {
|
|
"index": {
|
|
"format": "cjs"
|
|
}
|
|
}
|
|
}
|
|
}
|