2022-03-31 17:19:08 +00:00
|
|
|
{
|
|
|
|
"name": "actual-sync",
|
|
|
|
"version": "1.0.0",
|
2022-04-29 14:39:04 +00:00
|
|
|
"license": "MIT",
|
2022-03-31 17:19:08 +00:00
|
|
|
"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": {
|
2022-04-29 02:09:40 +00:00
|
|
|
"@actual-app/api": "^4.0.1",
|
2022-04-29 14:10:47 +00:00
|
|
|
"@actual-app/web": "^4.0.2",
|
2022-03-31 17:19:08 +00:00
|
|
|
"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",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|