Initial (open-source)

This commit is contained in:
James Long
2022-04-28 22:44:38 -04:00
commit 4d9fdfc590
3062 changed files with 544438 additions and 0 deletions

12
packages/api/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "@actual-app/api",
"version": "4.0.1",
"description": "An API for Actual",
"main": "index.js",
"license": "MIT",
"dependencies": {
"better-sqlite3": "^7.5.0",
"uuid": "3.3.2",
"node-fetch": "^1.6.3"
}
}