Added resolvers, unified package versioning and author section to fit with mono repo style

This commit is contained in:
2026-04-07 23:21:03 +02:00
parent 93bf577d8f
commit b5a487fcba
7 changed files with 123 additions and 112 deletions

View File

@@ -2,6 +2,7 @@
"name": "experiments",
"type": "module",
"dependencies": {
"@efforting.tech/errors": "link:../build/packages/errors"
"@efforting.tech/errors": "link:../build/packages/errors",
"@efforting.tech/rule-processing": "link:../build/packages/rule-processing"
}
}