Initialize lerna

This commit is contained in:
Nilay Majorwar 2021-04-22 13:42:55 +05:30
parent f3de1b989e
commit 8746c803d7
4 changed files with 4589 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
node_modules/
lerna-debug.log
npm-debug.log
packages/*/lib

6
lerna.json Normal file
View File

@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "0.0.0"
}

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "root",
"private": true,
"devDependencies": {
"@types/node": "^14.14.41",
"lerna": "^4.0.0",
"typescript": "^4.2.4"
}
}

4570
yarn.lock Normal file

File diff suppressed because it is too large Load Diff