Files
docmd-io--docmd/packages/deployer/package.json
T
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

50 lines
1015 B
JSON

{
"name": "@docmd/deployer",
"version": "0.8.12",
"description": "Deployment configuration generator for docmd - Docker, Nginx, Caddy, GitHub Pages, Vercel, and Netlify.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"dependencies": {
"@docmd/api": "workspace:*"
},
"devDependencies": {
"@types/node": "^24.13.3"
},
"keywords": [
"docmd",
"deployer",
"docker",
"nginx",
"caddy",
"github-pages",
"vercel",
"netlify",
"deployment",
"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"
}