-
- Downloads
initial (open-source)
parents
Branches
Tags
Showing
- migrations/1616167010796_accounts_order.sql 5 additions, 0 deletionsmigrations/1616167010796_accounts_order.sql
- migrations/1618975177358_schedules.sql 28 additions, 0 deletionsmigrations/1618975177358_schedules.sql
- migrations/1632571489012_remove_cache.js 135 additions, 0 deletionsmigrations/1632571489012_remove_cache.js
- package.json 39 additions, 0 deletionspackage.json
- run 5 additions, 0 deletionsrun
- sql/account.sql 17 additions, 0 deletionssql/account.sql
- sql/messages.sql 10 additions, 0 deletionssql/messages.sql
- sync-full.js 38 additions, 0 deletionssync-full.js
- sync-simple.js 86 additions, 0 deletionssync-simple.js
- util/.#validate-user.js 2 additions, 0 deletionsutil/.#validate-user.js
- util/async.js 44 additions, 0 deletionsutil/async.js
- util/error-middleware.js 6 additions, 0 deletionsutil/error-middleware.js
- util/handle-error.js 11 additions, 0 deletionsutil/handle-error.js
- util/validate-user.js 27 additions, 0 deletionsutil/validate-user.js
- yarn.lock 0 additions, 0 deletionsyarn.lock
migrations/1616167010796_accounts_order.sql
0 → 100644
migrations/1618975177358_schedules.sql
0 → 100644
migrations/1632571489012_remove_cache.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "actual-sync", | ||
"version": "1.0.0", | ||
"description": "actual syncing server", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node app", | ||
"lint": "eslint --ignore-pattern '**/node_modules/*' --ignore-pattern '**/log/*' --ignore-pattern 'supervise' --ignore-pattern '**/shared/*' ." | ||
}, | ||
"dependencies": { | ||
"@actual-app/api": "^2.0.1", | ||
"adm-zip": "^0.5.9", | ||
"bcrypt": "^5.0.1", | ||
"better-sqlite3": "^7.5.0", | ||
"body-parser": "^1.18.3", | ||
"cors": "^2.8.5", | ||
"express": "^4.16.3", | ||
"express-response-size": "^0.0.3", | ||
"node-fetch": "^2.2.0", | ||
"source-map-support": "^0.5.21", | ||
"uuid": "^3.3.2" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.12.1", | ||
"eslint-config-react-app": "^3.0.6", | ||
"eslint-plugin-flowtype": "^3.2.1", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.2", | ||
"eslint-plugin-react": "^7.12.4" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
"trailingComma": "none" | ||
} | ||
} |
run
0 → 100755
sql/account.sql
0 → 100644
sql/messages.sql
0 → 100644
sync-full.js
0 → 100644
sync-simple.js
0 → 100644
util/.#validate-user.js
0 → 120000
util/async.js
0 → 100644
util/error-middleware.js
0 → 100644
util/handle-error.js
0 → 100644
util/validate-user.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment