commit 40d0d51b844cde21afcbb301afb0747ebf5647d1 Author: Jonathan Bernard Date: Wed Aug 9 09:51:59 2023 -0500 Initial commit with pbm_core. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/packages.json b/packages.json new file mode 100644 index 0000000..d7171c2 --- /dev/null +++ b/packages.json @@ -0,0 +1,11 @@ +[ + { + "name": "pbm_core", + "description": "Probatem Core business logic and modeling library.", + "license": "Proprietary", + "method": "git", + "tags": [], + "url": "ssh://git@proenneke.probatem.com:49559/probatem/pbm_core.git", + "web": "https://git.probatem.com/probatem/pbm_core" + } +]