mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
23 lines
324 B
JSON
23 lines
324 B
JSON
{
|
|
"name": "@nuxt/nu",
|
|
"version": "0.1.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"bin": "./bin/nu.js",
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"build": {
|
|
"externals": [
|
|
"nuxt3"
|
|
],
|
|
"entries": {
|
|
"index": {
|
|
"format": "cjs"
|
|
}
|
|
}
|
|
}
|
|
}
|