{ "name": "@lion/checkbox", "version": "0.1.0", "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/insert-header.js" }, "keywords": [ "lion", "web-components", "checkbox" ], "main": "index.js", "module": "index.js", "files": [ "stories", "test", "*.js" ], "dependencies": { "@lion/choice-input": "^0.1.0", "@lion/core": "^0.1.0", "@lion/input": "^0.1.0" }, "devDependencies": { "@open-wc/storybook": "^0.1.5", "@open-wc/testing": "^0.11.1" } }