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:
8
tests/packages/pkg2/package.json
Normal file
8
tests/packages/pkg2/package.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "pkg2",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"express": "^4.17.1",
|
||||
"moment": "^2.29.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user