nuxt-component-meta
Version:
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href]
106 lines (105 loc) • 2.28 kB
JSON
{
"name": "nuxt-component-meta",
"version": "0.11.0",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxtlabs/nuxt-component-meta.git"
},
"bin": {
"nuxt-component-meta": "bin/nuxt-component-meta.mjs"
},
"exports": {
".": {
"import": "./dist/module.mjs",
"types": "./dist/types.d.mts"
}
},
"main": "./dist/module.mjs",
"types": "./dist/types.d.mts",
"files": [
"dist"
],
"keywords": [
"vue",
"nuxt",
"vue component",
"nuxt component"
],
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:generate": "nuxi generate playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"lint": "eslint ",
"test": "vitest",
"release": "pnpm test && release-it"
},
"dependencies": {
"@nuxt/kit": "^3.16.2",
"citty": "^0.1.6",
"mlly": "^1.7.4",
"ohash": "^2.0.11",
"scule": "^1.3.0",
"typescript": "^5.8.3",
"ufo": "^1.6.1",
"vue-component-meta": "^2.2.10"
},
"devDependencies": {
"@iconify/vue": "^4.3.0",
"@nuxt/content": "^3.4.0",
"@nuxt/eslint-config": "^1.3.0",
"@nuxt/module-builder": "^1.0.1",
"@nuxt/test-utils": "^3.17.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"changelogen": "^0.6.1",
"eslint": "^9.25.1",
"jiti": "^2.4.2",
"nuxt": "^3.16.2",
"release-it": "^19.0.1",
"vitest": "^3.1.2",
"vue": "^3.5.13"
},
"build": {
"entries": [
{
"input": "./src/parser.ts",
"name": "parser"
},
{
"input": "./src/cli/index.ts",
"name": "cli"
}
],
"externals": [
"#nuxt-component-meta",
"ufo",
"pathe",
"defu",
"unplugin",
"consola",
"acorn",
"pkg-types",
"jsonc-parser"
]
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"postcss*"
]
}
},
"packageManager": "pnpm@9.15.4",
"release-it": {
"git": {
"commitMessage": "chore(release): release v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}"
}
}
}