-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 976 Bytes
/
package.json
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
40
41
42
43
44
45
46
47
48
{
"name": "ing2mbox",
"version": "1.1.74",
"description": "ING Bank PDF --> sMoneybox CSV",
"bin": {
"ing2mbox": "bin/ing2mbox"
},
"main": "lib/ing2mbox.js",
"repository": "[email protected]:roman-kaspar/ing2mbox.git",
"author": "Roman Kaspar <[email protected]>",
"license": "MIT",
"dependencies": {
"argv": "0.0.2",
"pdf2json": "1.2.3"
},
"engines": {
"node": ">= 6.0.0"
},
"keywords": [
"ING bank",
"sMoneybox",
"account",
"statement",
"pdf",
"csv"
],
"devDependencies": {
"eslint": "7.30.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "4.1.0"
},
"scripts": {
"test": "eslint lib"
},
"renovate": {
"extends": [
"config:base"
],
"bumpVersion": "patch",
"automerge": true,
"major": {
"automerge": false
}
}
}