Files
actual/package.json
dependabot[bot] 24da9b7b5a build(deps): bump node-fetch from 2.2.0 to 2.6.7 (#110)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.2.0 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.2.0...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 21:00:41 +00:00

44 lines
1.1 KiB
JSON

{
"name": "actual-sync",
"version": "23.1.12",
"license": "MIT",
"description": "actual syncing server",
"main": "index.js",
"scripts": {
"start": "node app",
"lint": "eslint .",
"build": "tsc",
"test": "jest",
"types": "tsc --noEmit --incremental",
"verify": "yarn -s lint && yarn types"
},
"dependencies": {
"@actual-app/api": "4.1.5",
"@actual-app/web": "23.1.12",
"bcrypt": "^5.0.1",
"better-sqlite3": "^7.5.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "4.17",
"express-actuator": "^1.8.1",
"express-response-size": "^0.0.3",
"node-fetch": "^2.6.7",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.5.0",
"@types/jest": "^29.2.3",
"@types/node": "^17.0.31",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^29.3.1",
"prettier": "^2.6.2",
"supertest": "^6.3.1",
"typescript": "^4.6.4"
},
"packageManager": "yarn@3.2.1"
}