Nuxt/packages/nu/package.json

23 lines
324 B
JSON
Raw Normal View History

2021-03-28 21:01:51 +00:00
{
"name": "@nuxt/nu",
"version": "0.1.0",
2021-03-28 21:01:51 +00:00
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
2021-04-04 14:22:40 +00:00
"bin": "./bin/nu.js",
2021-03-28 21:01:51 +00:00
"files": [
"bin",
"dist"
],
"build": {
"externals": [
"nuxt3"
],
2021-03-28 21:01:51 +00:00
"entries": {
2021-04-04 14:22:40 +00:00
"index": {
"format": "cjs"
}
2021-03-28 21:01:51 +00:00
}
}
}