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:
13
tests/app/package.json
Normal file
13
tests/app/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "test-app",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"react": "^18.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
"express": "^4.18.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.0.0",
|
||||
"jest": "^29.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user