lion/packages/form/package.json

44 lines
1 KiB
JSON

{
"name": "@lion/form",
"version": "0.1.6",
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
"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/form"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js"
},
"keywords": [
"lion",
"web-components",
"form"
],
"main": "index.js",
"module": "index.js",
"files": [
"src",
"stories",
"test",
"*.js"
],
"dependencies": {
"@lion/core": "^0.1.3",
"@lion/fieldset": "^0.1.6"
},
"devDependencies": {
"@lion/input": "^0.1.6",
"@lion/input-iban": "^0.1.6",
"@lion/textarea": "^0.1.6",
"@lion/validate": "^0.1.6",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1"
}
}