mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-19 01:43:45 -05:00
* add akahu integration for nz banks * akahu fix bank name being set to account name * rename apiToken and fix reset pointing to the wrong function * fix apitoken wording in akahu init modal * add upcoming-release-notes * fix lint issues * fix lint issues * add loan account type to starting balance inversion * fix initial sync balance * initially select 365 days of transactions on first sync for akahu sync * add SyncServerAkahuAccount to onSetLinkedAccount * set transaction currency to account currency * remove unnecessary code * handle TFR TO/FROM payees and account for loan account type in transactions * [autofix.ci] apply automated fixes * rename Error to ErrorAlert and fix intial sync start date * extract note from description for TFR TO/FROM transactions * fix normalizeNotes not referencing the transaction * refactor app-akahu code * [autofix.ci] apply automated fixes * Add Akahu to ExternalAccount type * Update yarn.lock * update yarn.lock * Remove unused error var in catch block * [autofix.ci] apply automated fixes * require authentication for akahu endpoint * fix lint issue in mutations.ts * fix up import paths * fix lint issues * reorder form fields * remove unnecessary handling for debt accounts * lint fixes * Put Akahu bank sync under feature flag * remove incorrect feedback link * [autofix.ci] apply automated fixes * Add feedback link for feature toggle * use uuidv4 * prevent fetch if feature not enabled * change app-akahu to ts and tidy up * fix typecheck errors * [autofix.ci] apply automated fixes * fix browser client build issues * [autofix.ci] apply automated fixes * update akahu npm package to latest version * use amountToInteger for balance reducer * add additional details to transactions * change initial sync start date logic * add akahu fields to mappable fields in desktop-client * [autofix.ci] apply automated fixes * getDate use formatISO to get the timezone adjusted date * remove duplicate payeeName --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
133 lines
5.6 KiB
JSON
133 lines
5.6 KiB
JSON
{
|
|
"name": "@actual-app/sync-server",
|
|
"version": "26.6.0",
|
|
"description": "actual syncing server",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actualbudget/actual.git",
|
|
"directory": "packages/sync-server"
|
|
},
|
|
"bin": {
|
|
"actual-server": "./build/bin/actual-server.js"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"type": "module",
|
|
"imports": {
|
|
"#db": "./src/db.js",
|
|
"#account-db": "./src/account-db.js",
|
|
"#load-config": "./src/load-config.js",
|
|
"#migrations": "./src/migrations.ts",
|
|
"#accounts/*": "./src/accounts/*.js",
|
|
"#app-enablebanking/services/*": "./src/app-enablebanking/services/*.ts",
|
|
"#app-enablebanking/utils/*": "./src/app-enablebanking/utils/*.ts",
|
|
"#app-enablebanking/*": "./src/app-enablebanking/*.ts",
|
|
"#app-gocardless/banks/bank.interface": "./src/app-gocardless/banks/bank.interface.ts",
|
|
"#app-gocardless/banks/*": "./src/app-gocardless/banks/*.js",
|
|
"#app-gocardless/errors": "./src/app-gocardless/errors.ts",
|
|
"#app-gocardless/gocardless-node.types": "./src/app-gocardless/gocardless-node.types.ts",
|
|
"#app-gocardless/gocardless.types": "./src/app-gocardless/gocardless.types.ts",
|
|
"#app-gocardless/services/*": "./src/app-gocardless/services/*.ts",
|
|
"#app-gocardless/services/tests/*": "./src/app-gocardless/services/tests/*.js",
|
|
"#app-gocardless/util/*": "./src/app-gocardless/util/*.js",
|
|
"#app-gocardless/*": "./src/app-gocardless/*.js",
|
|
"#app-pluggyai/*": "./src/app-pluggyai/*.js",
|
|
"#app-simplefin/*": "./src/app-simplefin/*.js",
|
|
"#app-sync/services/*": "./src/app-sync/services/*.js",
|
|
"#app-sync/*": "./src/app-sync/*.js",
|
|
"#scripts/*": "./src/scripts/*.js",
|
|
"#services/*": "./src/services/*.js",
|
|
"#util/title": "./src/util/title/index.js",
|
|
"#util/*": "./src/util/*.ts"
|
|
},
|
|
"publishConfig": {
|
|
"imports": {
|
|
"#db": "./build/src/db.js",
|
|
"#account-db": "./build/src/account-db.js",
|
|
"#load-config": "./build/src/load-config.js",
|
|
"#migrations": "./build/src/migrations.js",
|
|
"#accounts/*": "./build/src/accounts/*.js",
|
|
"#app-enablebanking/services/*": "./build/src/app-enablebanking/services/*.js",
|
|
"#app-enablebanking/utils/*": "./build/src/app-enablebanking/utils/*.js",
|
|
"#app-enablebanking/*": "./build/src/app-enablebanking/*.js",
|
|
"#app-gocardless/banks/bank.interface": "./build/src/app-gocardless/banks/bank.interface.js",
|
|
"#app-gocardless/banks/*": "./build/src/app-gocardless/banks/*.js",
|
|
"#app-gocardless/errors": "./build/src/app-gocardless/errors.js",
|
|
"#app-gocardless/gocardless-node.types": "./build/src/app-gocardless/gocardless-node.types.js",
|
|
"#app-gocardless/gocardless.types": "./build/src/app-gocardless/gocardless.types.js",
|
|
"#app-gocardless/services/*": "./build/src/app-gocardless/services/*.js",
|
|
"#app-gocardless/services/tests/*": "./build/src/app-gocardless/services/tests/*.js",
|
|
"#app-gocardless/util/*": "./build/src/app-gocardless/util/*.js",
|
|
"#app-gocardless/*": "./build/src/app-gocardless/*.js",
|
|
"#app-pluggyai/*": "./build/src/app-pluggyai/*.js",
|
|
"#app-simplefin/*": "./build/src/app-simplefin/*.js",
|
|
"#app-sync/services/*": "./build/src/app-sync/services/*.js",
|
|
"#app-sync/*": "./build/src/app-sync/*.js",
|
|
"#scripts/*": "./build/src/scripts/*.js",
|
|
"#services/*": "./build/src/services/*.js",
|
|
"#util/title": "./build/src/util/title/index.js",
|
|
"#util/*": "./build/src/util/*.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"start": "yarn build && node build/app.js",
|
|
"start-monitor": "nodemon --exec 'yarn build && node build/app.js' --ignore './build/**/*' --ext 'ts,js' build/app.js",
|
|
"build": "vite build",
|
|
"typecheck": "tsgo -b && tsc-strict",
|
|
"test": "NODE_ENV=test NODE_OPTIONS='--experimental-vm-modules --trace-warnings' vitest --run",
|
|
"db:migrate": "yarn build && cross-env NODE_ENV=development node build/scripts/run-migrations.js up",
|
|
"db:downgrade": "yarn build && cross-env NODE_ENV=development node build/scripts/run-migrations.js down",
|
|
"db:test-migrate": "yarn build && cross-env NODE_ENV=test node build/scripts/run-migrations.js up",
|
|
"db:test-downgrade": "yarn build && cross-env NODE_ENV=test node build/scripts/run-migrations.js down",
|
|
"reset-password": "yarn build && node build/scripts/reset-password.js",
|
|
"disable-openid": "yarn build && node build/scripts/disable-openid.js",
|
|
"health-check": "yarn build && node build/scripts/health-check.js"
|
|
},
|
|
"dependencies": {
|
|
"@actual-app/crdt": "workspace:*",
|
|
"@actual-app/web": "workspace:*",
|
|
"akahu": "^2.5.1",
|
|
"bcrypt": "^6.0.0",
|
|
"better-sqlite3": "^12.8.0",
|
|
"convict": "^6.2.5",
|
|
"cors": "^2.8.6",
|
|
"date-fns": "^4.1.0",
|
|
"debug": "^4.4.3",
|
|
"express": "^5.2.1",
|
|
"express-rate-limit": "^8.5.2",
|
|
"express-winston": "^4.2.0",
|
|
"ipaddr.js": "^2.3.0",
|
|
"jws": "^3.2.2",
|
|
"migrate": "^2.1.0",
|
|
"openid-client": "^5.7.1",
|
|
"pluggy-sdk": "^0.83.0",
|
|
"uuid": "^14.0.0",
|
|
"winston": "^3.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^6.0.0",
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/convict": "^6",
|
|
"@types/cors": "^2.8.19",
|
|
"@types/express": "^5.0.6",
|
|
"@types/express-actuator": "^1.8.3",
|
|
"@types/jws": "^3.2.11",
|
|
"@types/node": "^22.19.17",
|
|
"@types/supertest": "^7.2.0",
|
|
"@typescript/native-preview": "beta",
|
|
"http-proxy-middleware": "^3.0.5",
|
|
"nodemon": "^3.1.14",
|
|
"supertest": "^7.2.2",
|
|
"typescript-strict-plugin": "^2.4.4",
|
|
"vite": "^8.0.5",
|
|
"vitest": "^4.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|