Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2025-06-30 22:41:18 +02:00
commit 86b37af716
16 changed files with 1526 additions and 0 deletions

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"dependencies": {
"@dzeio/object-util": "^1.9.1",
"jscodeshift": "^17.3.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/jscodeshift": "^17.3.0"
}
}