- CLAUDE.md 운영 규칙 - wiki/ 정리된 지식 페이지 (Nuxt + Claude Code) - raw/ 원본 자료 - reference/ Nuxt 4.x 공식 문서 Co-authored-by: Cursor <cursoragent@cursor.com>
21 lines
384 B
JSON
21 lines
384 B
JSON
{
|
|
"name": "@nuxt/docs",
|
|
"version": "4.3.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
"directory": "docs"
|
|
},
|
|
"homepage": "https://nuxt.com",
|
|
"description": "Documentation for Nuxt in raw markdown",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": "./*"
|
|
},
|
|
"files": [
|
|
"**/*.md",
|
|
"**/*.yml"
|
|
]
|
|
}
|