Files
wehub-resource-sync 6db8fca185
docmd CI verification / verify (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:31:55 +08:00

66 lines
1.4 KiB
JSON

{
"name": "@docmd/api",
"version": "0.8.12",
"description": "Plugin API surface for docmd.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build:registry": "node ../../scripts/build-plugin-registry.mjs",
"prebuild": "npm run build:registry",
"build": "tsc && node scripts/copy-registry.mjs"
},
"files": [
"dist",
"registry"
],
"engines": {
"node": ">=18"
},
"dependencies": {
"@docmd/parser": "workspace:*",
"@docmd/tui": "workspace:*",
"@docmd/utils": "workspace:*"
},
"devDependencies": {
"@types/node": "^24.13.3"
},
"optionalDependencies": {
"@docmd/engine-js": "workspace:*",
"@docmd/engine-rust": "workspace:*"
},
"keywords": [
"docmd",
"documentation",
"api",
"plugin",
"hooks",
"rpc",
"markdown",
"minimalist",
"zero-config",
"site-generator",
"static-site-generator",
"docs"
],
"author": {
"name": "Ghazi",
"url": "https://mgks.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docmd-io/docmd.git"
},
"bugs": {
"url": "https://github.com/docmd-io/docmd/issues"
},
"homepage": "https://docmd.io",
"funding": "https://github.com/sponsors/mgks",
"license": "MIT"
}