{
  "name": "@actual-app/api",
  "version": "5.1.2",
  "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": {
    "lint": "eslint .",
    "build": "yarn workspace loot-core build:api"
  },
  "dependencies": {
    "better-sqlite3": "^8.2.0",
    "node-fetch": "^2.6.9",
    "uuid": "3.3.2"
  }
}