Nuxt/packages/vue-app/package.json

17 lines
280 B
JSON

{
"name": "@nuxt/vue-app",
"version": "2.3.4",
"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"
}
}