mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes -->
26 lines
473 B
JSON
26 lines
473 B
JSON
{
|
|
"name": "@actual-app/api",
|
|
"version": "5.1.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": {
|
|
"lint": "eslint .",
|
|
"build": "yarn workspace loot-core build:api"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "^8.2.0",
|
|
"node-fetch": "^2.6.9",
|
|
"uuid": "3.3.2"
|
|
}
|
|
}
|