-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.19 KB
/
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
49
50
{
"name": "@ubud-app/plugin-bunq",
"description": "ubud plugin for bunq, a clean alternative to traditional banking",
"author": "Sebastian Pekarek <mail@sebbo.net>",
"homepage": "https://github.com/ubud-app/plugin-bunq",
"license": "MIT",
"main": "lib/main.js",
"scripts": {
"check": "npm run check:eslint",
"check:quick": "npm run check:eslint",
"check:eslint": "eslint ./",
"check:npm": "npm-check -s -p"
},
"bugs": {
"url": "https://github.com/ubud-app/plugin-bunq/issues"
},
"dependencies": {
"@bunq-community/bunq-js-client": "^1.1.2"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@sentry/webpack-plugin": "^2.7.1",
"eslint": "^8.49.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-security": "^1.7.1",
"npm-check": "^6.0.1",
"semantic-release": "^22.0.0"
},
"peerDependencies": {
"@ubud-app/server": ">=0.3.0"
},
"engines": {
"node": ">=10.0.0"
},
"ubud": {
"name": "bunq",
"help": "https://github.com/ubud-app/plugin-bunq#-settings",
"responsibilities": [
{
"name": "bunq",
"website": "https://www.bunq.com/",
"bic": [
"BUNQNL2A"
],
"account": true
}
]
}
}