This commit is contained in:
James Long 2022-03-31 13:24:52 -04:00
parent dd541e5f70
commit ad0c0f6865
3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
.DS_Store .DS_Store
.#*
config.json config.json
node_modules node_modules
log log

View file

@ -8,7 +8,7 @@
"lint": "eslint --ignore-pattern '**/node_modules/*' --ignore-pattern '**/log/*' --ignore-pattern 'supervise' --ignore-pattern '**/shared/*' ." "lint": "eslint --ignore-pattern '**/node_modules/*' --ignore-pattern '**/log/*' --ignore-pattern 'supervise' --ignore-pattern '**/shared/*' ."
}, },
"dependencies": { "dependencies": {
"@actual-app/api": "^2.0.1", "@actual-app/api": "2.0.1",
"adm-zip": "^0.5.9", "adm-zip": "^0.5.9",
"bcrypt": "^5.0.1", "bcrypt": "^5.0.1",
"better-sqlite3": "^7.5.0", "better-sqlite3": "^7.5.0",

View file

@ -1 +0,0 @@
james@james.local.427