{ "name": "@lion/checkbox-group", "version": "0.11.6", "description": "A container for multiple checkboxes", "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/checkbox-group" }, "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js", "start": "cd ../../ && yarn dev-server --open packages/checkbox-group/README.md", "test": "cd ../../ && yarn test:browser --grep \"packages/checkbox-group/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/checkbox-group/test/**/*.test.js\"" }, "sideEffects": [ "lion-checkbox.js", "lion-checkbox-group.js" ], "dependencies": { "@lion/core": "0.8.0", "@lion/fieldset": "0.13.13", "@lion/form-core": "0.2.6", "@lion/input": "0.7.13" }, "keywords": [ "checkbox-group", "lion", "web-components" ], "publishConfig": { "access": "public" } }