{ "name": "@lion/checkbox", "version": "0.1.12", "description": "A single styleable and accessible checkbox", "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/checkbox" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js" }, "keywords": [ "lion", "web-components", "checkbox" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test", "translations", "*.js" ], "dependencies": { "@lion/choice-input": "^0.1.12", "@lion/core": "^0.1.7", "@lion/input": "^0.1.12" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" } }