mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: add description field for packages (#23734)
This commit is contained in:
parent
1357a3d9ff
commit
271349d7f0
@ -2,6 +2,7 @@
|
|||||||
"name": "@nuxt/kit",
|
"name": "@nuxt/kit",
|
||||||
"version": "3.7.4",
|
"version": "3.7.4",
|
||||||
"repository": "nuxt/nuxt",
|
"repository": "nuxt/nuxt",
|
||||||
|
"description": "Toolkit for authoring modules and interacting with Nuxt",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "nuxt",
|
"name": "nuxt",
|
||||||
"version": "3.7.4",
|
"version": "3.7.4",
|
||||||
"repository": "nuxt/nuxt",
|
"repository": "nuxt/nuxt",
|
||||||
|
"description": "Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./types.d.ts",
|
"types": "./types.d.ts",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@nuxt/schema",
|
"name": "@nuxt/schema",
|
||||||
"version": "3.7.4",
|
"version": "3.7.4",
|
||||||
"repository": "nuxt/nuxt",
|
"repository": "nuxt/nuxt",
|
||||||
|
"description": "Nuxt types and default configuration",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@nuxt/test-utils",
|
"name": "@nuxt/test-utils",
|
||||||
"version": "3.7.4",
|
"version": "3.7.4",
|
||||||
"repository": "nuxt/nuxt",
|
"repository": "nuxt/nuxt",
|
||||||
|
"description": "Test utilities for Nuxt",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@nuxt/vite-builder",
|
"name": "@nuxt/vite-builder",
|
||||||
"version": "3.7.4",
|
"version": "3.7.4",
|
||||||
"repository": "nuxt/nuxt",
|
"repository": "nuxt/nuxt",
|
||||||
|
"description": "Vite bundler for Nuxt",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@nuxt/webpack-builder",
|
"name": "@nuxt/webpack-builder",
|
||||||
"version": "3.7.4",
|
"version": "3.7.4",
|
||||||
"repository": "nuxt/nuxt",
|
"repository": "nuxt/nuxt",
|
||||||
|
"description": "Webpack bundler for Nuxt",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user