chore: Let the journey begin

This commit is contained in:
T. R. Bernstein
2025-02-24 20:50:41 +01:00
commit 9cf39b1590
8 changed files with 105 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"private": true,
"name": "tabshift-javascript-packages",
"description": "Shared Javascript packages of Tabshift",
"version": "1.0.0",
"author": "T. R. Bernstein <ljspkgs01-project@tabshift.dev>",
"license": "UNLICENSED",
"packageManager": "pnpm@10.4.1",
"devDependencies": {
"prettier": "^3.5.2"
}
}