{ "name": "@lion/checkbox-group", "version": "0.14.4", "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", "custom-elements.json", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "custom-elements-manifest": "custom-elements-manifest analyze --litelement --exclude 'docs/**/*'", "debug": "cd ../../ && npm run debug -- --group checkbox-group", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group checkbox-group", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group checkbox-group", "prepublishOnly": "../../scripts/npm-prepublish.js && npm run custom-elements-manifest", "test": "cd ../../ && npm run test:browser -- --group checkbox-group" }, "sideEffects": [ "lion-checkbox.js", "lion-checkbox-group.js", "lion-checkbox-indeterminate.js" ], "dependencies": { "@lion/core": "0.14.1", "@lion/form-core": "0.8.4", "@lion/input": "0.11.4" }, "keywords": [ "checkbox-group", "lion", "web-components" ], "publishConfig": { "access": "public" }, "customElementsManifest": "custom-elements.json", "exports": { ".": "./index.js", "./lion-checkbox": "./lion-checkbox.js", "./lion-checkbox-group": "./lion-checkbox-group.js", "./lion-checkbox-indeterminate": "./lion-checkbox-indeterminate.js" } }