Skip to content
Snippets Groups Projects
package.json 473 B
Newer Older
  • Learn to ignore specific revisions
  • James Long's avatar
    James Long committed
    {
      "name": "@actual-app/api",
    
      "version": "5.1.2",
    
    James Long's avatar
    James Long committed
      "license": "MIT",
    
    James Long's avatar
    James Long committed
      "description": "An API for Actual",
      "main": "index.js",
    
      "files": [
        "app",
        "default-db.sqlite",
        "index.js",
        "injected.js",
        "methods.js",
        "migrations",
        "utils.js"
      ],
    
        "lint": "eslint .",
    
        "build": "yarn workspace loot-core build:api"
      },
    
    James Long's avatar
    James Long committed
      "dependencies": {
    
        "node-fetch": "^2.6.9",
    
        "uuid": "3.3.2"
    
    James Long's avatar
    James Long committed
      }
    }