Added typescript, test and feature for comma seperated packages

This commit is contained in:
2024-12-10 20:31:14 +02:00
parent 9851a91bb3
commit e522e73b7a
12 changed files with 1274 additions and 691 deletions

13
tests/app/package.json Normal file
View 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"
}
}