actual/packages/api/package.json

22 lines
379 B
JSON
Raw Normal View History

2022-04-29 02:44:38 +00:00
{
"name": "@actual-app/api",
"version": "4.1.5",
2022-04-29 14:40:12 +00:00
"license": "MIT",
2022-04-29 02:44:38 +00:00
"description": "An API for Actual",
"main": "index.js",
2022-12-08 20:55:05 +00:00
"files": [
"app",
"default-db.sqlite",
"index.js",
"injected.js",
"methods.js",
"migrations",
"utils.js"
],
2022-04-29 02:44:38 +00:00
"dependencies": {
"better-sqlite3": "^7.5.0",
"node-fetch": "^1.6.3",
"uuid": "3.3.2"
2022-04-29 02:44:38 +00:00
}
}