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

View File

@@ -0,0 +1,8 @@
{
"name": "pkg2",
"version": "1.0.0",
"dependencies": {
"express": "^4.17.1",
"moment": "^2.29.4"
}
}