{ "name": "@docmd/plugin-pwa", "version": "0.8.12", "description": "Progressive Web App (PWA) plugin for docmd.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "docmd": { "key": "pwa", "kind": "plugin", "displayName": "PWA", "tagline": "Progressive Web App support for docmd with offline caching.", "capabilities": [ "post-build", "head", "body" ] }, "scripts": { "build": "tsc" }, "files": [ "dist" ], "engines": { "node": ">=18" }, "peerDependencies": { "@docmd/api": "workspace:*" }, "dependencies": { "@docmd/utils": "workspace:*" }, "devDependencies": { "@docmd/api": "workspace:*", "@types/node": "^24.13.3" }, "keywords": [ "docmd", "plugin", "pwa", "progressive-web-app", "service-worker", "manifest", "offline", "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" }