This commit is contained in:
Campbell Alden 2026-03-18 23:38:29 +09:00
commit b975eef1f1
5 changed files with 1543 additions and 0 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "reporter.js",
"version": "0.0.1",
"dependencies": {
"@actual-app/api": "^26.3.0",
"async-lock": "^1.4.1",
"cors": "^2.8.6",
"express": "^5.2.1"
}
}