Skip to content

Commit

Permalink
build(fincaps): google-spreadsheet
Browse files Browse the repository at this point in the history
use v3.3.0 for now because v4 has an incompatible auth API
  • Loading branch information
dckc committed Aug 27, 2023
1 parent a378090 commit 720fc00
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/fincaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@
"lint-fix": "eslint --fix .",
"lint": "run-s --continue-on-error lint:*",
"lint:js": "eslint .",
"TODO-lint:types": "tsc -p jsconfig.json"
"lint:types": "tsc -p jsconfig.json"
},
"devDependencies": {
"@endo/cli": "/home/connolly/projects/endo/packages/cli",
"@types/google-spreadsheet": "^4.0.0",
"eslint": "^8.36.0",
"npm-run-all": "^4.1.5"
"npm-run-all": "^4.1.5",
"typescript": "~5.1.6"
},
"dependencies": {
"better-sqlite3": "^8.5.2"
"better-sqlite3": "^8.5.2",
"google-auth-library": "^9.0.0",
"google-spreadsheet": "^4.0.2"
}
}

0 comments on commit 720fc00

Please sign in to comment.