Install windows-1250 decoder

This commit is contained in:
2025-04-01 12:19:54 +02:00
parent eec5d3c981
commit 1f5193c9d0
2 changed files with 10 additions and 2 deletions

9
package-lock.json generated
View File

@@ -11,7 +11,8 @@
"dependencies": {
"@actual-app/api": "^25.3.1",
"@types/papaparse": "^5.3.15",
"papaparse": "^5.5.2"
"papaparse": "^5.5.2",
"windows-1250": "^3.0.4"
},
"bin": {
"actual-ing": "dist/index.js"
@@ -1231,6 +1232,12 @@
"node": ">= 8"
}
},
"node_modules/windows-1250": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/windows-1250/-/windows-1250-3.0.4.tgz",
"integrity": "sha512-DoHOT9o9N/TwKoLkLWe/pedZvZqhif3GY5YagTK/c8ONbu6K8tzt7lnH6do7oACmwU+q+6f2IwUjGyBzRZJXbA==",
"license": "MIT"
},
"node_modules/wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",

View File

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