mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
25 lines
417 B
JSON
25 lines
417 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 .",
|
|
"stub": "yarn build --stub",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"build": {
|
|
"entries": {
|
|
"index": { "format": "cjs" }
|
|
}
|
|
}
|
|
}
|