Initial commit

This commit is contained in:
2023-05-04 15:52:34 +03:00
commit 23d15f1574
75 changed files with 14600 additions and 0 deletions

18
lerna.json Normal file
View File

@@ -0,0 +1,18 @@
{
"version": "independent",
"command": {
"version": {
"conventionalCommits": true,
"createRelease": "github",
"ignoreChanges": ["**/*.md"],
"message": "chore(release): publish",
"yes": true
},
"publish": {
"registry": "https://registry.npmjs.org",
"yes": true
}
},
"npmClient": "yarn",
"packages": ["packages/*"]
}