Nuxt/packages/vue-app/package.json

18 lines
337 B
JSON

{
"name": "@nuxt/vue-app",
"version": "2.3.2",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
"dist",
"template",
"types/*.d.ts"
],
"main": "dist/vue-app.js",
"typings": "types/index.d.ts",
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}