{ "name": "@lion/form", "version": "0.3.10", "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": [ "docs", "src", "stories", "test", "translations", "*.js" ], "dependencies": { "@lion/core": "0.3.0", "@lion/fieldset": "0.5.3" }, "devDependencies": { "@lion/input": "0.4.0", "@lion/input-iban": "0.4.0", "@lion/textarea": "0.4.0", "@lion/validate": "0.5.2", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" } }