Files
actual/packages/api/package.json
Jed Fox a56f295185 Upgrade better-sqlite3 to the latest version (#714)
* Sort transactions by date in updateCategoryRules

* Update better-sqlite3 to 7.5.0

* Update better-sqlite3 to v8
2023-02-28 16:40:33 -05:00

25 lines
449 B
JSON

{
"name": "@actual-app/api",
"version": "5.0.0",
"license": "MIT",
"description": "An API for Actual",
"main": "index.js",
"files": [
"app",
"default-db.sqlite",
"index.js",
"injected.js",
"methods.js",
"migrations",
"utils.js"
],
"scripts": {
"build": "yarn workspace loot-core build:api"
},
"dependencies": {
"better-sqlite3": "^8.1.0",
"node-fetch": "^2.6.9",
"uuid": "3.3.2"
}
}