-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.08 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
{
"version": "1.5.2",
"name": "israeli-banks-actual-budget-importer",
"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": "^11.0.3",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/lodash": "^4.17.17",
"@types/papaparse": "^5.3.16",
"bun-types": "latest",
"papaparse": "^5.5.3",
"semantic-release": "^24.2.5",
"typescript": "^5.8.3",
"xo": "^1.2.3"
},
"packageManager": "yarn@4.9.2",
"dependencies": {
"@actual-app/api": "^25.6.1",
"cronstrue": "^2.61.0",
"israeli-bank-scrapers": "^6.1.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mute-stdout": "^2.0.0",
"node-cron": "^4.1.0",
"p-queue": "^8.1.0",
"tsx": "^4.19.4"
}
}