66 lines
1.4 KiB
JSON
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"
|
|
} |