{ "name": "@lion/select-rich", "version": "0.10.1", "description": "Provides a select with options that can contain html", "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/select-rich" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js" }, "keywords": [ "lion", "web-components", "select", "listbox", "field", "form", "option" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test", "translations", "*.js" ], "dependencies": { "@lion/button": "0.5.4", "@lion/choice-input": "0.6.1", "@lion/core": "0.4.3", "@lion/field": "0.9.1", "@lion/option": "0.5.1", "@lion/overlays": "0.12.0", "@lion/validate": "0.6.6" }, "devDependencies": { "@lion/form": "0.4.11", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0" } }