mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 18:34:50 +00:00
27 lines
424 B
JSON
27 lines
424 B
JSON
{
|
|
"name": "@nuxt/nu",
|
|
"version": "0.0.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"bin": {
|
|
"nu": "./bin/nu.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "jiti ../../scripts/build .",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"build": {
|
|
"externals": [
|
|
"nuxt3"
|
|
],
|
|
"entries": {
|
|
"index": { "format": "cjs" }
|
|
}
|
|
}
|
|
}
|