mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
Initial (open-source)
This commit is contained in:
12
packages/api/package.json
Normal file
12
packages/api/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user