-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 738 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "actualplaid-cli",
"version": "0.0.5",
"description": "Import transactions from your bank accounts into Actual Budget via Plaid API",
"main": "cli.js",
"bin": {
"actualplaid": "cli.js"
},
"author": "Luke Herrington <lherrington100@gmail.com>",
"license": "MIT",
"repository": "github:infiniteluke/actualplaid",
"dependencies": {
"@actual-app/api": "^1.0.9",
"better-opn": "^2.0.0",
"conf": "^7.1.1",
"date-fns": "^2.15.0",
"fastify": "^3.1.1",
"fastify-static": "^3.2.0",
"inquirer": "^7.3.3",
"meow": "^7.0.1",
"plaid": "^6.0.0",
"terminal-link": "^2.1.1"
},
"engines": {
"node": ">=10"
},
"files": [
"cli.js",
"index.js",
"public/"
]
}