Install yaml and commander and ignore yaml files in repo

This commit is contained in:
2025-04-01 14:15:29 +02:00
parent eef7719970
commit e1e85f4d5b
4 changed files with 35 additions and 9 deletions

View File

@@ -21,7 +21,9 @@
"dependencies": {
"@actual-app/api": "^25.3.1",
"@types/papaparse": "^5.3.15",
"commander": "^13.1.0",
"papaparse": "^5.5.2",
"windows-1250": "^3.0.4"
"windows-1250": "^3.0.4",
"yaml": "^2.7.1"
}
}