-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.11 KB
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
33
34
35
36
37
38
39
{
"version": "1.10.4",
"name": "israeli-banks-actual-budget-importer",
"license": "Apache-2.0",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "NODE_TLS_REJECT_UNAUTHORIZED=0 tsx src/index.ts",
"test": "xo"
},
"devDependencies": {
"@codedependant/semantic-release-docker": "^5.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.2",
"@semantic-release/npm": "^13.1.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"@types/lodash": "^4.17.21",
"@types/papaparse": "^5.5.2",
"bun-types": "latest",
"papaparse": "^5.5.3",
"semantic-release": "^25.0.2",
"typescript": "^5.9.3",
"xo": "^1.2.3"
},
"packageManager": "yarn@4.12.0",
"dependencies": {
"@actual-app/api": "26.3.0",
"@tomerh2001/israeli-bank-scrapers": "6.4.0",
"cronstrue": "^3.9.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mute-stdout": "^2.0.0",
"node-cron": "^4.2.1",
"p-queue": "^9.0.1",
"tsx": "^4.21.0"
}
}