feat: scaffold native projects module

This commit is contained in:
2026-07-29 15:50:28 +02:00
commit 5c1d2d2c3a
20 changed files with 1490 additions and 0 deletions

8
package.json Normal file
View File

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