/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/docgen/package.json
51 строка
1 KB
Marco Ciampini
Packages: Recover July 29 npm release metadata (#81303)
07 авг 2026, 04:50
Не верифицирован
07 авг 2026, 04:50
69b17c5
Код
Авторство
О чём код?
{ "name": "@wordpress/docgen", "version": "2.52.0", "description": "Autogenerate public API documentation from exports and JSDoc comments.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "jsdoc", "documentation" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/docgen/README.md", "repository": { "type": "git", "url": "git+https://github.com/WordPress/gutenberg.git", "directory": "packages/docgen" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "files": [ "bin", "lib" ], "exports": { "./package.json": "./package.json" }, "bin": { "docgen": "./bin/cli.js" }, "dependencies": { "@babel/core": "^7.25.7", "comment-parser": "^1.1.1", "mdast-util-inject": "^1.1.0", "optionator": "^0.8.2", "remark": "^10.0.1", "remark-parse": "^6.0.3", "unified": "^7.1.0" }, "devDependencies": { "@types/babel__core": "^7.20.5" }, "publishConfig": { "access": "public" } }