global: get rid of lerna

This commit is contained in:
Abdullah Atta
2023-07-06 09:09:10 +05:00
committed by Abdullah Atta
parent 6fff30bd89
commit 72a25dcf34
35 changed files with 4006 additions and 11265 deletions

View File

@@ -8,30 +8,7 @@
"name": "@notesnook/logger",
"version": "1.0.3",
"license": "GPL-3.0-or-later",
"devDependencies": {
"typescript": "^4.8.2"
}
},
"node_modules/typescript": {
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
"dependencies": {
"typescript": {
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true
"devDependencies": {}
}
}
}