{ "name": "@lion/fieldset", "version": "0.1.54", "description": "Allows to groups multiple input fields or other fieldsets together", "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/fieldset" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js" }, "keywords": [ "lion", "web-components", "fieldset" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test", "translations", "*.js" ], "dependencies": { "@lion/core": "^0.2.0", "@lion/field": "^0.2.7", "@lion/validate": "^0.2.32" }, "devDependencies": { "@lion/input": "^0.1.54", "@lion/localize": "^0.4.16", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" } }