{ "name": "@lion/fieldset", "version": "0.14.9", "description": "Allows to groups multiple input fields or other fieldsets together", "license": "MIT", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", "repository": { "type": "git", "url": "https://github.com/ing-bank/lion.git", "directory": "packages/fieldset" }, "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "docs", "src", "test", "test-helpers", "translations", "types" ], "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\"" }, "sideEffects": [ "lion-fieldset.js", "./docs/helpers/demo-fieldset-child.js" ], "dependencies": { "@lion/core": "0.12.0", "@lion/form-core": "0.6.1" }, "keywords": [ "fieldset", "lion", "web-components" ], "publishConfig": { "access": "public" } }