Nuxt/packages/nu/package.json
2021-04-04 16:22:40 +02:00

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"
}
}
}
}