{ "name": "@lion/fieldset", "version": "0.13.5", "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", "test": "cd ../../ && yarn test:browser --grep \"packages/fieldset/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/fieldset/test/**/*.test.js\"" }, "keywords": [ "lion", "web-components", "fieldset" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "test", "translations", "*.js" ], "sideEffects": [ "lion-fieldset.js", "./docs/helpers/demo-fieldset-child.js" ], "dependencies": { "@lion/core": "0.7.1", "@lion/form-core": "0.1.5" } }