lion/packages/input-iban/package.json
github-actions[bot] 742e0a3ccc Version Packages
2021-01-18 13:38:33 +00:00

51 lines
1.2 KiB
JSON

{
"name": "@lion/input-iban",
"version": "0.11.4",
"description": "Provide a way for users to fill in an iban",
"license": "MIT",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/input-iban"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"docs",
"src",
"test",
"test-helpers",
"translations",
"types"
],
"scripts": {
"debug": "cd ../../ && npm run debug -- --group input-iban",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-iban",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-iban",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser -- --group input-iban"
},
"sideEffects": [
"lion-input-iban.js"
],
"dependencies": {
"@lion/core": "0.13.8",
"@lion/form-core": "0.7.1",
"@lion/input": "0.10.14",
"@lion/localize": "0.15.5",
"@lion/validate-messages": "0.3.14",
"ibantools": "^2.2.0"
},
"keywords": [
"input-iban",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}