{ "name": "@lion/form", "version": "0.1.5", "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/insert-header.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.5" }, "devDependencies": { "@lion/input": "^0.1.5", "@lion/input-iban": "^0.1.5", "@lion/textarea": "^0.1.5", "@lion/validate": "^0.1.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" } }