forked from ing-bank/lion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1016 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
{
"name": "@lion/input-iban",
"version": "0.1.20",
"description": "Provide a way for users to fill in an iban",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/input-iban"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js"
},
"keywords": [
"lion",
"web-components",
"input-iban"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@bundled-es-modules/ibantools": "2.0.0",
"@lion/core": "^0.1.9",
"@lion/field": "^0.1.19",
"@lion/input": "^0.1.19",
"@lion/localize": "^0.4.0"
},
"devDependencies": {
"@lion/validate": "^0.2.7",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.12.5"
}
}