feat: scaffold governed wiki module

This commit is contained in:
2026-07-29 15:50:24 +02:00
commit 0357b775ff
20 changed files with 1496 additions and 0 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "@govoplan/wiki",
"version": "0.1.14",
"private": true,
"description": "GovOPlaN collaborative Wiki module.",
"type": "module",
"peerDependencies": {}
}