chore: Let the journey begin

This commit is contained in:
T. R. Bernstein
2025-02-25 00:09:21 +01:00
commit e2699e4916
10 changed files with 116 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"private": true,
"name": "hda-cms",
"description": "The web CMS system of Haus der Akademien",
"version": "1.0.0",
"author": "T. R. Bernstein <ljspkgs01-project@tabshift.dev>",
"license": "UNLICENSED",
"packageManager": "pnpm@10.4.1",
"devDependencies": {
"@tabshift/prettier-config": "latest",
"prettier": "^3.5.2"
}
}