mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 06:41:09 +00:00
15 lines
219 B
JSON
15 lines
219 B
JSON
{
|
|
"name": "@nuxt/app",
|
|
"version": "2.2.0",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist",
|
|
"template"
|
|
],
|
|
"main": "dist/app.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|