mirror of
https://github.com/warkanum/monorepo-dep-checker.git
synced 2026-02-03 16:34:26 +00:00
Added typescript, test and feature for comma seperated packages
This commit is contained in:
11
tests/packages/pkg1/package.json
Normal file
11
tests/packages/pkg1/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "pkg1",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"react": "^17.0.2",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^4.9.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user